Skip to content

Commit df14e29

Browse files
chore(main): release 1.27.0
1 parent 9f809c8 commit df14e29

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.26.0"
2+
".": "1.27.0"
33
}

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.27.0](https://github.com/momentohq/client-sdk-python/compare/v1.26.0...v1.27.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* Add a credential provider for Momento Local ([#501](https://github.com/momentohq/client-sdk-python/issues/501)) ([9f809c8](https://github.com/momentohq/client-sdk-python/commit/9f809c84bfbf35ce8576da773f419b7df741da20))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** bump momento from 1.25.0 to 1.26.0 in /examples ([#499](https://github.com/momentohq/client-sdk-python/issues/499)) ([a0a1382](https://github.com/momentohq/client-sdk-python/commit/a0a1382a66aa751354d19fd0f59d15388501729e))
14+
315
## [1.26.0](https://github.com/momentohq/client-sdk-python/compare/v1.25.0...v1.26.0) (2025-03-06)
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.26.0"
3+
version = "1.27.0"
44

55
authors = ["Momento <hello@momentohq.com>"]
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.26.0" # x-release-please-version
21+
__version__ = "1.27.0" # x-release-please-version
2222

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

0 commit comments

Comments
 (0)