Skip to content

Commit

Permalink
1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeo committed May 31, 2024
1 parent 574f997 commit 93779af
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
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'1.5'
version = u'1.6'
# The full version, including alpha/beta/rc tags.
release = u'1.5'
release = u'1.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion iocage_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def print_version(ctx, param, value):

if not value or ctx.resilient_parsing:
return
print("Version\t1.5")
print("Version\t1.6")
sys.exit()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if sys.version_info < (3, 8):
exit("Only Python 3.8 and higher is supported.")

VERSION = '1.5'
VERSION = '1.6'

setup(
name='iocage_lib',
Expand Down

0 comments on commit 93779af

Please sign in to comment.