File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.7.2-dev
2
+ current_version = 1.7.2
3
3
commit = True
4
4
message = chore: Bump version: {current_version} → {new_version}
5
5
tag = True
@@ -22,4 +22,3 @@ optional_value = gamma
22
22
values =
23
23
dev
24
24
gamma
25
-
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.2-dev '
62
+ version = '1.7.2'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.7.2-dev '
64
+ release = '1.7.2'
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.2-dev "
3
+ version = " 1.7.2"
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.2-dev "
1
+ __version__ = "1.7.2"
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