Skip to content

Commit de2528b

Browse files
committed
setup: bump to 0.13.0
1 parent b54adcf commit de2528b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = "0.12.0"
55+
version = "0.13.0"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "0.12.0"
57+
release = "0.13.0"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="splinter",
14-
version="0.12.0",
14+
version="0.13.0",
1515
url="https://github.com/cobrateam/splinter",
1616
description="browser abstraction for web acceptance testing",
1717
long_description=README,

splinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from splinter.browser import Browser # NOQA
66

77

8-
__version__ = "0.12.0"
8+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)