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 1
1
[bumpversion]
2
- current_version = 1.6.2-dev
2
+ current_version = 1.6.2
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
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.6.2-dev '
62
+ version = '1.6.2'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.6.2-dev '
64
+ release = '1.6.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 4
4
5
5
setup (
6
6
name = 'itoolkit' ,
7
- version = '1.6.2-dev ' ,
7
+ version = '1.6.2' ,
8
8
description = 'IBM i XMLSERVICE toolkit for Python' ,
9
9
long_description = open ("README.md" ).read (),
10
10
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1
- __version__ = "1.6.2-dev "
1
+ __version__ = "1.6.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