Skip to content

Commit

Permalink
python 2.38.3 for 'real' py3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Dec 9, 2013
1 parent 60e54db commit 9378f8e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Binary file modified docs/api/py/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/api/py/searchindex.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 2.38.3
* really supporting py3 :)

Selenium 2.38.2
* py3 support (once again)

Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from selenium import selenium


__version__ = "2.38.2"
__version__ = "2.38.3"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
from .common.touch_actions import TouchActions
from .common.proxy import Proxy

__version__ = '2.38.2'
__version__ = '2.38.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup_args = {
'cmdclass':{'install': install},
'name':'selenium',
'version':"2.38.2",
'version':"2.38.3",
'description':'Python bindings for Selenium',
'long_description':open(join(abspath(dirname(__file__)), "py", "README")).read(),
'url':'http://code.google.com/p/selenium/',
Expand Down

0 comments on commit 9378f8e

Please sign in to comment.