Skip to content

Commit 70dd615

Browse files
authored
Merge pull request #644 from ably/release/v2.1.3
Release/v2.1.3
2 parents 7df692f + 583f634 commit 70dd615

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [v2.1.3](https://github.com/ably/ably-python/tree/v2.1.3)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.2...v2.1.3)
6+
7+
## What's Changed
8+
9+
- Got rid of `methoddispatch` dependency in [\#639](https://github.com/ably/ably-python/pull/639)
10+
- Upgraded internal build tools
11+
312
## [v2.1.2](https://github.com/ably/ably-python/tree/v2.1.2)
413

514
[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.1...v2.1.2)

ably/__init__.py

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

1818
api_version = '3'
19-
lib_version = '2.1.2'
19+
lib_version = '2.1.3'

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 = "2.1.2"
3+
version = "2.1.3"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
readme = "LONG_DESCRIPTION.rst"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)