Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Bump to 0.9.10 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Schneider committed Dec 23, 2017
1 parent 1303924 commit 67cf40f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.9.10 RC'
version = u'0.9.10 2017/12/22'
# The full version, including alpha/beta/rc tags.
release = u'0.9.10 RC'
release = u'0.9.10 2017/12/22'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -132,7 +132,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'iocage v0.9.10'
# html_title = u'iocage v0.9.10 2017/12/22'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion iocage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def print_version(ctx, param, value):

if not value or ctx.resilient_parsing:
return
print("Version\t0.9.10 RC")
print("Version\t0.9.10 2017/12/22")
sys.exit()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='iocage',
version='0.9.10rc',
version='0.9.10',
description='A jail manager that uses ZFS.',
author='iocage Contributors',
author_email='https://groups.google.com/forum/#!forum/iocage',
Expand Down

0 comments on commit 67cf40f

Please sign in to comment.