From cacd0faf6508d082483beb0efc6dcd01831d36ae Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Wed, 29 Apr 2020 11:14:36 +0200 Subject: [PATCH] Release 0.6.2-alpha2 --- docs/conf.py | 2 +- setup.py | 2 +- vxsandbox/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7bbf30d..9cb49c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.2-alpha1' +release = '0.6.2-alpha2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4aa9154..533330b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="vxsandbox", - version="0.6.2-alpha1", + version="0.6.2-alpha2", url='http://github.com/praekelt/vumi-sandbox', license='BSD', description="A sandbox application worker for Vumi.", diff --git a/vxsandbox/__init__.py b/vxsandbox/__init__.py index 7c42ac7..035d109 100644 --- a/vxsandbox/__init__.py +++ b/vxsandbox/__init__.py @@ -6,7 +6,7 @@ SandboxResource, LoggingResource, HttpClientResource, MetricsResource, OutboundResource, RedisResource) -__version__ = "0.6.2-alpha1" +__version__ = "0.6.2-alpha2" __all__ = [ "Sandbox", "JsSandbox", "JsFileSandbox", "SandboxError", "SandboxResource",