Skip to content

Commit

Permalink
setup: bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Apr 21, 2013
1 parent f41afcd commit bd4238e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.1
0.5.2
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.1'
version = '0.5.2'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.5.2'

# 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
Expand Up @@ -13,7 +13,7 @@

setup(
name='splinter',
version='0.5.1',
version='0.5.2',
description='browser abstraction for web acceptance testing',
long_description=README,
author='CobraTeam',
Expand Down
2 changes: 1 addition & 1 deletion splinter/__init__.py
Expand Up @@ -2,5 +2,5 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

__version__ = '0.5.1'
__version__ = '0.5.2'
from splinter.browser import Browser

0 comments on commit bd4238e

Please sign in to comment.