File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.7.0-rc
2
+ current_version = 1.7.0
3
3
commit = True
4
4
message = chore: Bump version: {current_version} → {new_version}
5
5
tag = True
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '1.7.0-rc '
62
+ version = '1.7.0'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.7.0-rc '
64
+ release = '1.7.0'
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " itoolkit"
3
- version = " 1.7.0-rc "
3
+ version = " 1.7.0"
4
4
description = " IBM i XMLSERVICE toolkit for Python"
5
5
readme = " README.md"
6
6
homepage = " 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"
2
2
3
3
from .itoolkit import iToolKit
4
4
from .itoolkit import iCmd
You can’t perform that action at this time.
0 commit comments