Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to 0.9.9 RELEASE
  • Loading branch information
Brandon Schneider committed Jul 29, 2017
1 parent c23e959 commit 464e338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = u'0.9.9'
# The full version, including alpha/beta/rc tags.
release = u'0.9.9 ALPHA'
release = u'0.9.9 07/28/2017'

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

# 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
Expand Up @@ -97,7 +97,7 @@ def get_command(self, ctx, name):


@click.command(cls=IOCageCLI)
@click.version_option(version="0.9.9-ALPHA", prog_name="iocage",
@click.version_option(version="0.9.9 07/28/2017", prog_name="iocage",
message="%(version)s")
def cli():
"""A jail manager."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
exit("Only Python 3.6 and higher is supported.")

setup(name='iocage',
version='0.9.9a',
version='0.9.9',
description='A jail manager that uses ZFS.',
author='Brandon Schneider and Peter Toth',
author_email='brandon@ixsystems.com',
Expand Down

0 comments on commit 464e338

Please sign in to comment.