Skip to content

Commit

Permalink
PREPARING FOR RELEASE 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teddius committed Nov 20, 2024
1 parent 5136e17 commit 7548749
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export

# MUST BE THE SAME AS API in Mayor and Minor Version Number
# example: API 2.9.0 --> Client 2.9.X
ONDEWO_CSI_VERSION = 5.0.0
ONDEWO_CSI_VERSION = 5.1.0
PYPI_USERNAME?=ENTER_HERE_YOUR_PYPI_USERNAME
PYPI_PASSWORD?=ENTER_HERE_YOUR_PYPI_PASSWORD

Expand All @@ -27,7 +27,7 @@ CURRENT_RELEASE_NOTES=`cat RELEASE.md \
| sed -n '/Release ONDEWO CSI Python Client ${ONDEWO_CSI_VERSION}/,/\*\*/p'`

GH_REPO="https://github.com/ondewo/ondewo-csi-client-python"
ONDEWO_CSI_API_GIT_BRANCH=tags/5.0.0
ONDEWO_CSI_API_GIT_BRANCH=tags/5.1.0
ONDEWO_PROTO_COMPILER_GIT_BRANCH=tags/5.2.0
ONDEWO_CSI_API_DIR=ondewo-csi-api
ONDEWO_PROTO_COMPILER_DIR=ondewo-proto-compiler
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

*****************
## Release ONDEWO CSI Python Client 5.1.0

### Improvements
* Tracking API Version [5.1.0](https://github.com/ondewo/ondewo-csi-api/releases/tag/5.1.0) ( [Documentation](https://ondewo.github.io/ondewo-csi-api/) )


*****************
## Release ONDEWO CSI Python Client 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_requirements(file_path: str, encoding: str = 'utf-8') -> List[str]:

setup(
name="ondewo-csi-client",
version='5.0.0',
version='5.1.0',
author="ONDEWO GmbH",
author_email="[email protected]",
description="ONDEWO Communication System Integration (CSI) Client library for Python",
Expand Down

0 comments on commit 7548749

Please sign in to comment.