Skip to content

Commit

Permalink
DavidBurns bumping to 2.21.3 for python
Browse files Browse the repository at this point in the history
r16833
  • Loading branch information
AutomatedTester committed May 8, 2012
1 parent 3a74ac6 commit 1a69405
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Selenium 2.21.3
* Fix for File Upload to remote servers
* Better handling of typing in input=file. Bug 3831, 3736
* Better handling of unicode URLS Bug 3740

Selenium 2.21.2
* Fix typing to file input when not using Selenium Server. Bug 3736

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


__version__ = "2.21.2"
__version__ = "2.21.3"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from common.action_chains import ActionChains
from common.proxy import Proxy

__version__ = '2.21.2'
__version__ = '2.21.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup_python3():
setup(
cmdclass={'install': install},
name='selenium',
version="2.21.2",
version="2.21.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 1a69405

Please sign in to comment.