Skip to content

Commit 8a5b54f

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent bacc741 commit 8a5b54f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.5.0
33
commit = True
44
tag = True
55
tag_name = "{new_version}"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.4.0'
58+
version = '1.5.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.4.0'
60+
release = '1.5.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

itoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __all__ = ['itoolkit']
2-
__version__ = "1.4.0"
2+
__version__ = "1.5.0"
33
from .itoolkit import *
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def finalize_options(self):
3434

3535
setup(
3636
name='itoolkit',
37-
version='1.4.0',
37+
version='1.5.0',
3838
description='IBM i toolkit',
3939
long_description='IBM i toolkit',
4040
# url='https://github.com/pypa/sampleproject',

0 commit comments

Comments
 (0)