Skip to content

Commit

Permalink
Bump the version number in py
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 1, 2016
1 parent a6bfb13 commit c610f16
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 3.0.0.b3
* Use atoms for get_attribute and is_displayed when communicating with
a w3c compliant remote end.
* Make it possible to specialise web element

Selenium 3.0.0.b2
* Updated Marionette port argument to match other drivers.

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 @@
# under the License.


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

__version__ = '3.0.0.b2'
__version__ = '3.0.0.b3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "3.0.0.b2",
'version': "3.0.0.b3",
'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 c610f16

Please sign in to comment.