Skip to content

Commit

Permalink
chore(main): release 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Sep 27, 2024
1 parent 06869b2 commit ab49cbe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"hidden": false
}
],
"extra-files": ["src/momento/__init__.py"],
".": "1.23.4"
"extra-files": [
"src/momento/__init__.py"
],
".": "1.23.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.23.5](https://github.com/momentohq/client-sdk-python/compare/v1.23.4...v1.23.5) (2024-09-27)


### Miscellaneous Chores

* set release-please base version as 1.23.4 ([#477](https://github.com/momentohq/client-sdk-python/issues/477)) ([06869b2](https://github.com/momentohq/client-sdk-python/commit/06869b2316406b875bcdf2535b13c373ae8cecfe))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "momento"
version = "0.0.0"
version = "1.23.5"

authors = ["Momento <[email protected]>"]
description = "SDK for Momento"
Expand Down
2 changes: 1 addition & 1 deletion src/momento/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .topic_client import TopicClient
from .topic_client_async import TopicClientAsync

__version__ = "0.0.0" # x-release-please-version
__version__ = "1.23.5" # x-release-please-version

logging.getLogger("momentosdk").addHandler(logging.NullHandler())
logs.initialize_momento_logging()
Expand Down

0 comments on commit ab49cbe

Please sign in to comment.