Skip to content

Commit 25ad94d

Browse files
committedNov 12, 2020
chore: Bump version: 1.7.0-rc → 1.7.0
1 parent 918b50a commit 25ad94d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0-rc
2+
current_version = 1.7.0
33
commit = True
44
message = chore: Bump version: {current_version} → {new_version}
55
tag = True

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.7.0-rc'
62+
version = '1.7.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.7.0-rc'
64+
release = '1.7.0'
6565

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

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "itoolkit"
3-
version = "1.7.0-rc"
3+
version = "1.7.0"
44
description = "IBM i XMLSERVICE toolkit for Python"
55
readme = "README.md"
66
homepage = "https://github.com/IBM/python-itoolkit"

‎src/itoolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.0-rc"
1+
__version__ = "1.7.0"
22

33
from .itoolkit import iToolKit
44
from .itoolkit import iCmd

0 commit comments

Comments
 (0)