From 9022ff8c8d2103fc0be10588b39497db9380be16 Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Mon, 9 Dec 2019 11:46:49 -0300 Subject: [PATCH] setup: bump to 0.12.0 --- VERSION | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- splinter/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index d9df1bbc0..ac454c6a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.12.0 diff --git a/docs/conf.py b/docs/conf.py index 4bc45c374..0b1b89f42 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = "0.11.0" +version = "0.12.0" # The full version, including alpha/beta/rc tags. -release = "0.11.0" +release = "0.12.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 996ac9664..bb7deef1e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="splinter", - version="0.11.0", + version="0.12.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 f414021b7..8e972a0af 100644 --- a/splinter/__init__.py +++ b/splinter/__init__.py @@ -5,4 +5,4 @@ from splinter.browser import Browser # NOQA -__version__ = "0.11.0" +__version__ = "0.12.0"