File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.7.0-rc
2+ current_version = 1.7.0
33commit = True
44message = chore: Bump version: {current_version} → {new_version}
55tag = True
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '1.7.0-rc '
62+ version = '1.7.0'
6363# The full version, including alpha/beta/rc tags.
64- release = '1.7.0-rc '
64+ release = '1.7.0'
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " itoolkit"
3- version = " 1.7.0-rc "
3+ version = " 1.7.0"
44description = " IBM i XMLSERVICE toolkit for Python"
55readme = " README.md"
66homepage = " https://github.com/IBM/python-itoolkit"
Original file line number Diff line number Diff line change 1- __version__ = "1.7.0-rc "
1+ __version__ = "1.7.0"
22
33from .itoolkit import iToolKit
44from .itoolkit import iCmd
You can’t perform that action at this time.
0 commit comments