Skip to content

Commit

Permalink
chore(main): release 1.23.6
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 e3be891 commit cb54f55
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"extra-files": [
"src/momento/__init__.py"
],
".": "1.23.5"
".": "1.23.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* lint errors on 3.10+ for auth protos ([#479](https://github.com/momentohq/client-sdk-python/issues/479)) ([e3be891](https://github.com/momentohq/client-sdk-python/commit/e3be89171ff4284b68801a86320aedfd912b3a42))

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


Expand Down
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 = "1.23.5"
version = "1.23.6"

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__ = "1.23.5" # x-release-please-version
__version__ = "1.23.6" # x-release-please-version

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

0 comments on commit cb54f55

Please sign in to comment.