Skip to content

Commit 1d4b0c8

Browse files
authored
Merge pull request #56 from IBM/v2_fix
revert v2 release
2 parents cb997e9 + 5192824 commit 1d4b0c8

File tree

6 files changed

+5
-37
lines changed

6 files changed

+5
-37
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 = 2.0.0
2+
current_version = 1.0.26
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
--outdir dist/
2929
.
3030
- name: Publish distribution to PyPI
31-
uses: pypa/gh-action-pypi-publish@release/v1
31+
uses: pypa/gh-action-pypi-publish@v1.8.4
3232
with:
3333
password: ${{ secrets.PYPI_API_TOKEN }}

CHANGELOG.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

ibm_secrets_manager_sdk/secrets_manager_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
With IBM Cloud® Secrets Manager, you can create, lease, and centrally manage secrets that
2121
are used in IBM Cloud services or your custom-built applications.
2222

23-
API Version: 2.0.0
23+
API Version: 1.0.26
2424
See: https://cloud.ibm.com/docs/secrets-manager
2525
"""
2626

ibm_secrets_manager_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_secrets_manager_sdk
1919
"""
20-
__version__ = '2.0.0'
20+
__version__ = '1.0.26'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020
import pkg_resources
2121

22-
__version__ = '2.0.0'
22+
__version__ = '1.0.26'
2323
PACKAGE_NAME = 'ibm_secrets_manager_sdk'
2424
PACKAGE_DESC = 'IBM Cloud Secrets Manager Python SDK'
2525

0 commit comments

Comments
 (0)