Skip to content

Commit 4f15745

Browse files
committed
Bump version: 1.6.0-dev → 1.6.0
1 parent 71c047b commit 4f15745

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0-dev
2+
current_version = 1.6.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.6.0-dev'
62+
version = '1.6.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.6.0-dev'
64+
release = '1.6.0'
6565

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='itoolkit',
6-
version='1.6.0-dev',
6+
version='1.6.0',
77
description='IBM i XMLSERVICE toolkit for Python',
88
long_description=open("README.md").read(),
99
long_description_content_type="text/markdown",

src/itoolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.0-dev"
1+
__version__ = "1.6.0"
22

33
from .itoolkit import iToolKit
44
from .itoolkit import iCmd

0 commit comments

Comments
 (0)