Skip to content

Commit

Permalink
Release 0.6.2-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Apr 29, 2020
1 parent 67aa0f4 commit cacd0fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion vxsandbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cacd0fa

Please sign in to comment.