From c85e17be60325e9847e9a775b9ef1ae82c10febc Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 26 Feb 2019 15:41:42 -0800 Subject: [PATCH 1/2] Bump version Signed-off-by: Waldemar Quevedo --- nats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats/__init__.py b/nats/__init__.py index 2c1899a..b2df9ed 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -12,5 +12,5 @@ # limitations under the License. # -__version__ = b'0.8.2' +__version__ = b'0.8.4' __lang__ = b'python2' From 64973a419b63ee6f98a2cb9b8ffe9c350fae0154 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 26 Feb 2019 15:50:38 -0800 Subject: [PATCH 2/2] Update nats server from tests Signed-off-by: Waldemar Quevedo --- script/install_gnatsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install_gnatsd.sh b/script/install_gnatsd.sh index f7154cd..b13a955 100755 --- a/script/install_gnatsd.sh +++ b/script/install_gnatsd.sh @@ -2,7 +2,7 @@ set -e -export DEFAULT_NATS_SERVER_VERSION=v1.2.0 +export DEFAULT_NATS_SERVER_VERSION=v1.4.1 export NATS_SERVER_VERSION="${NATS_SERVER_VERSION:=$DEFAULT_NATS_SERVER_VERSION}" # check to see if gnatsd folder is empty