Skip to content

Commit

Permalink
release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeo committed Jun 18, 2024
1 parent f937713 commit b3832d9
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.6'
version = u'1.7'
# The full version, including alpha/beta/rc tags.
release = u'1.6'
release = u'1.7'

# 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.6")
print("Version\t1.7")
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.6'
VERSION = '1.7'

setup(
name='iocage_lib',
Expand Down

0 comments on commit b3832d9

Please sign in to comment.