From 6b92bed0a549e6ea6684720570ad3a5d3b66908c Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Wed, 30 Jun 2021 20:10:48 -0300 Subject: [PATCH] setup: bump to 0.15.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 a803cc227..a55105169 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.15.0 diff --git a/docs/conf.py b/docs/conf.py index c394109ed..6ce4011d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = "0.14.0" +version = "0.15.0" # The full version, including alpha/beta/rc tags. -release = "0.14.0" +release = "0.15.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 e08a6f851..5bf2e557d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="splinter", - version="0.14.0", + version="0.15.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 79898e55a..13c383307 100644 --- a/splinter/__init__.py +++ b/splinter/__init__.py @@ -5,4 +5,4 @@ from splinter.browser import Browser # NOQA -__version__ = "0.14.0" +__version__ = "0.15.0"