Skip to content

Commit

Permalink
setup: bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed May 3, 2018
1 parent 498f86e commit 564afdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.7
0.8.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.7'
version = '0.8.0'
# The full version, including alpha/beta/rc tags.
release = '0.7.7'
release = '0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='splinter',
version='0.7.7',
version='0.8.0',
url='https://github.com/cobrateam/splinter',
description='browser abstraction for web acceptance testing',
long_description=README,
Expand Down
2 changes: 1 addition & 1 deletion splinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from splinter.browser import Browser # NOQA


__version__ = '0.7.7'
__version__ = '0.8.0'

0 comments on commit 564afdb

Please sign in to comment.