Skip to content

Commit 88d87ef

Browse files
Merge pull request ably#277 from ably/release/1.2.1
Release/1.2.1
2 parents 039f27e + 32e38fe commit 88d87ef

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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+
## [v1.2.1](https://github.com/ably/ably-python/tree/v1.2.1.)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v1.2.0...v1.2.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support to get channel lifecycle status [\#271](https://github.com/ably/ably-python/issues/271)
10+
311
## [v1.2.0](https://github.com/ably/ably-python/tree/v1.2.0)
412

513
**Breaking API Changes**: Please see our [Upgrade / Migration Guide](UPDATING.md) for notes on changes you need to make to your code to update it to use the new API introduced by version 1.2.0.

ably/__init__.py

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

1616
api_version = '1.2'
17-
lib_version = '1.2.0'
17+
lib_version = '1.2.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='ably',
8-
version='1.2.0',
8+
version='1.2.1',
99
classifiers=[
1010
'Development Status :: 6 - Mature',
1111
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)