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.6.0-dev
2+ current_version = 1.6.0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33
44setup (
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" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.6.0-dev "
1+ __version__ = "1.6.0"
22
33from .itoolkit import iToolKit
44from .itoolkit import iCmd
You can’t perform that action at this time.
0 commit comments