Skip to content

Commit

Permalink
Merge pull request #361 from ably/release/2.0.0-beta.2
Browse files Browse the repository at this point in the history
Release 2.0.0 beta.2
  • Loading branch information
owenpearson committed Nov 7, 2022
2 parents 8e60909 + 7b27256 commit 3eb8042
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v2.0.0-beta.2](https://github.com/ably/ably-python/tree/v2.0.0-beta.2)

[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.0-beta.1...v2.0.0-beta.2)
- Fix a bug with realtime_host configuration [\#358](https://github.com/ably/ably-python/pull/358)

## [v2.0.0-beta.1](https://github.com/ably/ably-python/tree/v2.0.0-beta.1)

**New ably-python realtime client**: This beta release features our first ever python realtime client! Currently the realtime client only supports basic authentication and realtime message subscription. Check out the README for usage examples.
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
logger.addHandler(logging.NullHandler())

api_version = '1.2'
lib_version = '2.0.0-beta.1'
lib_version = '2.0.0-beta.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ably"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
license = "Apache-2.0"
authors = ["Ably <[email protected]>"]
Expand Down

0 comments on commit 3eb8042

Please sign in to comment.