Skip to content

Commit

Permalink
[py] bump python bindings to post2
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 5, 2020
1 parent 90e3cc5 commit 80a5b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Selenium 4.0 Alpha 6 Post 2

* Correct usage of Abstract Base class in some instances
* Correct build step for releasing

Selenium 4.0 Alpha 6

* Add Abstract Base Class to WebElement and WebDriver #7127 (#8348)
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "4.0.0a6post1",
'version': "4.0.0a6post2",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
Expand Down

0 comments on commit 80a5b19

Please sign in to comment.