diff --git a/VERSION b/VERSION index ac454c6a1..54d1a4f2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0 +0.13.0 diff --git a/docs/conf.py b/docs/conf.py index 0b1b89f42..73aacf086 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = "0.12.0" +version = "0.13.0" # The full version, including alpha/beta/rc tags. -release = "0.12.0" +release = "0.13.0" # 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 bb7deef1e..6d71e608f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="splinter", - version="0.12.0", + version="0.13.0", url="https://github.com/cobrateam/splinter", description="browser abstraction for web acceptance testing", long_description=README, diff --git a/splinter/__init__.py b/splinter/__init__.py index 8e972a0af..32f026671 100644 --- a/splinter/__init__.py +++ b/splinter/__init__.py @@ -5,4 +5,4 @@ from splinter.browser import Browser # NOQA -__version__ = "0.12.0" +__version__ = "0.13.0"