From 85f0e33a9dea2961b1381bd4e91e3cb0584d9e18 Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Sat, 29 Jul 2017 19:39:47 -0300 Subject: [PATCH] setup: bump to 0.7.6 --- 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 8bd6ba8c5..c00621855 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.5 +0.7.6 diff --git a/docs/conf.py b/docs/conf.py index 81fe1d521..8efe56995 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '0.7.5' +version = '0.7.6' # The full version, including alpha/beta/rc tags. -release = '0.7.5' +release = '0.7.6' # 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 6279a40db..029267410 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='splinter', - version='0.7.5', + version='0.7.6', 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 70bc48b77..11057bbba 100644 --- a/splinter/__init__.py +++ b/splinter/__init__.py @@ -5,4 +5,4 @@ from splinter.browser import Browser # NOQA -__version__ = '0.7.5' +__version__ = '0.7.6'