Skip to content

Commit

Permalink
Automation broken, updating version numbers. (#12)
Browse files Browse the repository at this point in the history
* version bump and changelog

Signed-off-by: Michael Darmawan <[email protected]>

* add link in changelog

Signed-off-by: Michael Darmawan <[email protected]>

* fix typo

Signed-off-by: Michael Darmawan <[email protected]>

* fix version numbers

Signed-off-by: Michael Darmawan <[email protected]>

* bump to 2.3.1

Signed-off-by: Michael Darmawan <[email protected]>

---------

Signed-off-by: Michael Darmawan <[email protected]>
  • Loading branch information
MDarmawan authored Jun 12, 2024
1 parent c9501df commit 0e04a48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.1
current_version = 2.3.1
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [2.3.0](https://github.com/IBM/keyprotect-python-client/compare/v2.2.1...v2.3.0) (2024-06-12)
## [2.3.1](https://github.com/IBM/keyprotect-python-client/compare/v2.2.1...v2.3.1) (2024-06-12)

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Cloud Python SDK Version 2.2.1
# IBM Cloud Python SDK Version 2.3.1

# keyprotect-python-client

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md", "r") as rfh:
long_description = rfh.read()

__version__ = '2.3.0'
__version__ = '2.3.1'

setuptools.setup(
name = "keyprotect",
Expand Down

0 comments on commit 0e04a48

Please sign in to comment.