Skip to content

Commit

Permalink
py 2.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Feb 5, 2016
1 parent df25c63 commit 9b7a73b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 2.51.1
* correcting bundling issue missing README.rst file

Selenium 2.51.0
* Firefox updates (see java changelog)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "2.51.0",
'version': "2.51.1",
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "py", "README.rst")).read(),
'url': 'https://github.com/SeleniumHQ/selenium/',
Expand Down

0 comments on commit 9b7a73b

Please sign in to comment.