Skip to content

Commit 981e5d6

Browse files
authored
Merge pull request #576 from nats-io/release/v2.8.0
Release/v2.8.0
2 parents 4c854e6 + b00b42e commit 981e5d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.2'
72+
__version__ = '2.8.0'
7373
__lang__ = 'python3'
7474
_logger = logging.getLogger(__name__)
7575
PROTOCOL = 1

scripts/install_nats.sh

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

33
set -e
44

5-
export DEFAULT_NATS_SERVER_VERSION=v2.10.11
5+
export DEFAULT_NATS_SERVER_VERSION=v2.10.17-RC.8
66

77
export NATS_SERVER_VERSION="${NATS_SERVER_VERSION:=$DEFAULT_NATS_SERVER_VERSION}"
88

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.7.2',
7+
version='2.8.0',
88
license='Apache 2 License',
99
extras_require={
1010
'nkeys': ['nkeys'],

0 commit comments

Comments
 (0)