File tree 5 files changed +19
-11
lines changed
5 files changed +19
-11
lines changed Original file line number Diff line number Diff line change
1
+ [bumpversion]
2
+ current_version = 1.4.0
3
+ commit = True
4
+ tag = True
5
+ tag_name = " {new_version}"
6
+
7
+ [bumpversion:file:setup.py]
8
+
9
+ [bumpversion:file:itoolkit/__init__.py]
10
+
11
+ [bumpversion:file:docs/conf.py]
12
+
Original file line number Diff line number Diff line change @@ -88,13 +88,9 @@ examples:
88
88
make doc:
89
89
> python make_doc.py
90
90
91
- remember versions change:
92
- > setup.py
93
- version='x.x' to 'n.n'
94
- > setup-lite.py
95
- version='x.x' to 'n.n'
96
- > itoolkit/__init__.py
97
- __version__ = "x.x" to "n.n"
91
+ Update version:
92
+
93
+ > [bumpversion](https://pypi.python.org/pypi/bumpversion) minor
98
94
99
95
Can be problem for egg builds.
100
96
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.2 '
58
+ version = '1.4.0 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.2 '
60
+ release = '1.4.0 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# __all__ = ['itoolkit']
2
- __version__ = "1.2 "
2
+ __version__ = "1.4.0 "
3
3
from .itoolkit import *
4
4
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def finalize_options(self):
34
34
35
35
setup (
36
36
name = 'itoolkit' ,
37
- version = '1.3 ' ,
37
+ version = '1.4.0 ' ,
38
38
description = 'IBM i toolkit' ,
39
39
long_description = 'IBM i toolkit' ,
40
40
# url='https://github.com/pypa/sampleproject',
You can’t perform that action at this time.
0 commit comments