Skip to content

Commit d0d15ad

Browse files
authored
Merge pull request #637 from ably/release/2.1.2
Release v2.1.2
2 parents 7a1d760 + af92cf2 commit d0d15ad

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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.2](https://github.com/ably/ably-python/tree/v2.1.2)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.1...v2.1.2)
6+
7+
## What's Changed
8+
9+
- Support `methoddispatch` version 5 [\#634](https://github.com/ably/ably-python/pull/634)
10+
- Support `pyee` version 13 [\#635](https://github.com/ably/ably-python/pull/635)
11+
312
## [v2.1.1](https://github.com/ably/ably-python/tree/v2.1.1)
413

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

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.1'
19+
lib_version = '2.1.2'

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 = "ably"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
55
license = "Apache-2.0"
66
authors = ["Ably <support@ably.com>"]

0 commit comments

Comments
 (0)