Skip to content

Commit 6286035

Browse files
authored
Merge pull request #601 from nats-io/release/v2.9.0
Release v2.9.0
2 parents fc78d85 + ce86398 commit 6286035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nats/aio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
)
7070
from .transport import TcpTransport, Transport, WebSocketTransport
7171

72-
__version__ = '2.8.0'
72+
__version__ = '2.9.0'
7373
__lang__ = 'python3'
7474
_logger = logging.getLogger(__name__)
7575
PROTOCOL = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These are here for GitHub's dependency graph and help with setuptools support in some environments.
55
setup(
66
name="nats-py",
7-
version='2.8.0',
7+
version='2.9.0',
88
license='Apache 2 License',
99
extras_require={
1010
'nkeys': ['nkeys'],

0 commit comments

Comments
 (0)