Skip to content

Commit c480c2f

Browse files
chore(main): release 1.27.1
1 parent 0d5e514 commit c480c2f

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.27.0"
2+
".": "1.27.1"
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.1](https://github.com/momentohq/client-sdk-python/compare/v1.27.0...v1.27.1) (2025-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* subscriptions bookkeeping in pubsub clients ([#510](https://github.com/momentohq/client-sdk-python/issues/510)) ([0d5e514](https://github.com/momentohq/client-sdk-python/commit/0d5e5144a3ad953990d83a1f880a35028c2d4ffc))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps:** bump momento from 1.26.0 to 1.27.0 in /examples ([#508](https://github.com/momentohq/client-sdk-python/issues/508)) ([62ac4ae](https://github.com/momentohq/client-sdk-python/commit/62ac4ae93bbd62a3583b91a76df570ea414d6096))
14+
315
## [1.27.0](https://github.com/momentohq/client-sdk-python/compare/v1.26.0...v1.27.0) (2025-05-07)
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.27.0"
3+
version = "1.27.1"
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.27.0" # x-release-please-version
21+
__version__ = "1.27.1" # x-release-please-version
2222

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

0 commit comments

Comments
 (0)