From e23df9c7e0ba9d1b495292cf8c23c0fe4192b26d Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Sun, 7 Aug 2016 11:49:34 -0300 Subject: [PATCH] setup: bump to 0.7.4 --- VERSION | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index f38fc5393..0a1ffad4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3 +0.7.4 diff --git a/docs/conf.py b/docs/conf.py index 0e84c26ee..13a20dad3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # 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 b17a6fba3..48ab0fd4e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='splinter', - version='0.7.3', + version='0.7.4', url='https://github.com/cobrateam/splinter', description='browser abstraction for web acceptance testing', long_description=README,