Skip to content

Commit 0e04a48

Browse files
authored
Automation broken, updating version numbers. (#12)
* version bump and changelog Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com> * add link in changelog Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com> * fix typo Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com> * fix version numbers Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com> * bump to 2.3.1 Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com> --------- Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com>
1 parent c9501df commit 0e04a48

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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 = 2.2.1
2+
current_version = 2.3.1
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [2.3.0](https://github.com/IBM/keyprotect-python-client/compare/v2.2.1...v2.3.0) (2024-06-12)
1+
## [2.3.1](https://github.com/IBM/keyprotect-python-client/compare/v2.2.1...v2.3.1) (2024-06-12)
22

33
Added [KMIP Management API](https://cloud.ibm.com/apidocs/key-protect#get-kmip-adapters) support to Python SDK
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM Cloud Python SDK Version 2.2.1
1+
# IBM Cloud Python SDK Version 2.3.1
22

33
# keyprotect-python-client
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with open("README.md", "r") as rfh:
55
long_description = rfh.read()
66

7-
__version__ = '2.3.0'
7+
__version__ = '2.3.1'
88

99
setuptools.setup(
1010
name = "keyprotect",

0 commit comments

Comments
 (0)