Skip to content

Commit

Permalink
setup: bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jun 28, 2019
1 parent e02623f commit 7ae980b
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.10.0
0.11.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = "0.10.0"
version = "0.11.0"
# The full version, including alpha/beta/rc tags.
release = "0.10.0"
release = "0.11.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.10.0",
version="0.11.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.10.0"
__version__ = "0.11.0"

0 comments on commit 7ae980b

Please sign in to comment.