Skip to content

Commit

Permalink
PREPARING FOR RELEASE 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teddius committed Nov 19, 2024
1 parent 35cb8ff commit 5136e17
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 95 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 = 4.0.1
ONDEWO_CSI_VERSION = 5.0.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=master
ONDEWO_CSI_API_GIT_BRANCH=tags/5.0.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,4 +1,11 @@
# Release History

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

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

*****************
## Release ONDEWO CSI Python Client 4.0.1

Expand Down
2 changes: 1 addition & 1 deletion ondewo-csi-api
35 changes: 23 additions & 12 deletions ondewo/csi/conversation_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5136e17

Please sign in to comment.