Skip to content

Commit 9378f8e

Browse files
committed
python 2.38.3 for 'real' py3 support
1 parent 60e54db commit 9378f8e

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

Diff for: docs/api/py/objects.inv

-18 Bytes
Binary file not shown.

Diff for: docs/api/py/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: py/CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 2.38.3
2+
* really supporting py3 :)
3+
14
Selenium 2.38.2
25
* py3 support (once again)
36

Diff for: py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from selenium import selenium
1616

1717

18-
__version__ = "2.38.2"
18+
__version__ = "2.38.3"

Diff for: py/selenium/webdriver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
from .common.touch_actions import TouchActions
2929
from .common.proxy import Proxy
3030

31-
__version__ = '2.38.2'
31+
__version__ = '2.38.3'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
setup_args = {
2929
'cmdclass':{'install': install},
3030
'name':'selenium',
31-
'version':"2.38.2",
31+
'version':"2.38.3",
3232
'description':'Python bindings for Selenium',
3333
'long_description':open(join(abspath(dirname(__file__)), "py", "README")).read(),
3434
'url':'http://code.google.com/p/selenium/',

0 commit comments

Comments
 (0)