Skip to content

Commit 16e905a

Browse files
authored
Merge pull request #528 from nats-io/release/v2.7.0
Release v2.7.0
2 parents aa46c60 + b0ba3c2 commit 16e905a

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
@@ -65,7 +65,7 @@
6565
)
6666
from .transport import TcpTransport, Transport, WebSocketTransport
6767

68-
__version__ = '2.6.0'
68+
__version__ = '2.7.0'
6969
__lang__ = 'python3'
7070
_logger = logging.getLogger(__name__)
7171
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.6.0',
7+
version='2.7.0',
88
license='Apache 2 License',
99
extras_require={
1010
'nkeys': ['nkeys'],

0 commit comments

Comments
 (0)