Skip to content

Commit 8152ac1

Browse files
chore(main): release 1.27.0
1 parent 1230510 commit 8152ac1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.27.0](https://github.com/momentohq/client-sdk-python/compare/v1.26.0...v1.27.0) (2025-04-15)
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+
* add middleware ([#502](https://github.com/momentohq/client-sdk-python/issues/502)) ([1230510](https://github.com/momentohq/client-sdk-python/commit/1230510154681507a8cb6a58a28ffde8038e12e8))
10+
11+
12+
### Miscellaneous
13+
14+
* **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))
15+
316
## [1.26.0](https://github.com/momentohq/client-sdk-python/compare/v1.25.0...v1.26.0) (2025-03-06)
417

518

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)