Skip to content

Commit 787da08

Browse files
authored
Merge pull request #673 from ably/release/3.1.1
Release/3.1.1
2 parents fc46a66 + 5b5b685 commit 787da08

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v3.1.1](https://github.com/ably/ably-python/tree/v3.1.1)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.0...v3.1.1)
6+
7+
### What's Changed
8+
9+
- Fixed handling of normal WebSocket close frames and improved reconnection logic [#672](https://github.com/ably/ably-python/pull/672)
10+
311
## [v3.1.0](https://github.com/ably/ably-python/tree/v3.1.0)
412

513
[Full Changelog](https://github.com/ably/ably-python/compare/v3.0.0...v3.1.0)

ably/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
logger.addHandler(logging.NullHandler())
2222

2323
api_version = '5'
24-
lib_version = '3.1.0'
24+
lib_version = '3.1.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ably"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
readme = "LONG_DESCRIPTION.rst"
66
requires-python = ">=3.7"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)