Skip to content

Commit 597bd6f

Browse files
authored
Merge pull request #549 from ably/release/2.0.3
Release 2.0.3
2 parents 1a99f00 + edf39b8 commit 597bd6f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [v2.0.3](https://github.com/ably/ably-python/tree/v2.0.3)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.2...v2.0.3)
6+
7+
**Closed issues:**
8+
9+
- Support for python 3.12 [\#546](https://github.com/ably/ably-python/issues/546)
10+
11+
**Merged pull requests:**
12+
13+
- Support latest python versions [\#547](https://github.com/ably/ably-python/pull/547) ([sacOO7](https://github.com/sacOO7))
14+
- Update README.md to add in 'publish message to channel including metadata' [\#545](https://github.com/ably/ably-python/pull/545) ([cameron-michie](https://github.com/cameron-michie))
15+
316
## [v2.0.2](https://github.com/ably/ably-python/tree/v2.0.2)
417

518
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.1...v2.0.2)

ably/__init__.py

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

1717
api_version = '3'
18-
lib_version = '2.0.2'
18+
lib_version = '2.0.3'

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.0.2"
3+
version = "2.0.3"
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)