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.6.0-dev
2
+ current_version = 1.6.0
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.0-dev '
62
+ version = '1.6.0'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.6.0-dev '
64
+ release = '1.6.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 3
3
4
4
setup (
5
5
name = 'itoolkit' ,
6
- version = '1.6.0-dev ' ,
6
+ version = '1.6.0' ,
7
7
description = 'IBM i XMLSERVICE toolkit for Python' ,
8
8
long_description = open ("README.md" ).read (),
9
9
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"
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