Skip to content

Commit a3f7b6c

Browse files
chore(main): release 1.24.0 (#480)
1 parent 5b76c65 commit a3f7b6c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"extra-files": [
2020
"src/momento/__init__.py"
2121
],
22-
".": "1.23.5"
22+
".": "1.24.0"
2323
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.24.0](https://github.com/momentohq/client-sdk-python/compare/v1.23.5...v1.24.0) (2024-09-27)
4+
5+
6+
### Features
7+
8+
* read version from package init ([#481](https://github.com/momentohq/client-sdk-python/issues/481)) ([6ca2525](https://github.com/momentohq/client-sdk-python/commit/6ca2525051892159db3673892fcac3cad08a567b))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [1.23.5](https://github.com/momentohq/client-sdk-python/compare/v1.23.4...v1.23.5) (2024-09-27)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "momento"
3-
version = "1.23.5"
3+
version = "1.24.0"
44

55
authors = ["Momento <[email protected]>"]
66
description = "SDK for Momento"

src/momento/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .topic_client import TopicClient
1919
from .topic_client_async import TopicClientAsync
2020

21-
__version__ = "1.23.5" # x-release-please-version
21+
__version__ = "1.24.0" # x-release-please-version
2222

2323
logging.getLogger("momentosdk").addHandler(logging.NullHandler())
2424
logs.initialize_momento_logging()

0 commit comments

Comments
 (0)