Skip to content

Commit

Permalink
Merge pull request #528 from nats-io/release/v2.7.0
Browse files Browse the repository at this point in the history
Release v2.7.0
  • Loading branch information
wallyqs committed Feb 5, 2024
2 parents aa46c60 + b0ba3c2 commit 16e905a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
)
from .transport import TcpTransport, Transport, WebSocketTransport

__version__ = '2.6.0'
__version__ = '2.7.0'
__lang__ = 'python3'
_logger = logging.getLogger(__name__)
PROTOCOL = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These are here for GitHub's dependency graph and help with setuptools support in some environments.
setup(
name="nats-py",
version='2.6.0',
version='2.7.0',
license='Apache 2 License',
extras_require={
'nkeys': ['nkeys'],
Expand Down

0 comments on commit 16e905a

Please sign in to comment.