From b83125b1eda3845eebd9ba9ac77a580080930f42 Mon Sep 17 00:00:00 2001 From: Roman Konoval Date: Tue, 8 May 2018 20:59:00 +0200 Subject: [PATCH] bumped version to 0.2.9.3 --- src/sst/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sst/__init__.py b/src/sst/__init__.py index ee926de..086789c 100644 --- a/src/sst/__init__.py +++ b/src/sst/__init__.py @@ -18,7 +18,7 @@ # -__version__ = '0.2.9.2' +__version__ = '0.2.9.3' DEVSERVER_PORT = 8120 # django devserver for internal acceptance tests