Skip to content

Commit

Permalink
release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeo committed Nov 29, 2024
1 parent 0703fb5 commit df4b9a4
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.7'
version = u'1.8'
# The full version, including alpha/beta/rc tags.
release = u'1.7'
release = u'1.8'

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

setup(
name='iocage_lib',
Expand Down

0 comments on commit df4b9a4

Please sign in to comment.