Skip to content

Commit 93779af

Browse files
committed
1.6 release
1 parent 574f997 commit 93779af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = u'1.5'
60+
version = u'1.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'1.5'
62+
release = u'1.6'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

iocage_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def print_version(ctx, param, value):
6868

6969
if not value or ctx.resilient_parsing:
7070
return
71-
print("Version\t1.5")
71+
print("Version\t1.6")
7272
sys.exit()
7373

7474

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
if sys.version_info < (3, 8):
4242
exit("Only Python 3.8 and higher is supported.")
4343

44-
VERSION = '1.5'
44+
VERSION = '1.6'
4545

4646
setup(
4747
name='iocage_lib',

0 commit comments

Comments
 (0)