Skip to content

Commit

Permalink
Bump version to 0.17.0 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Dec 9, 2021
1 parent 16970c1 commit 3131074
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Hugo Lopes Tavares
Igor Sobreira
Jared McGuire
Jonas Baumann
Joshua Fehler
Juha Mustonen
Lorin Hochstein
Lucas R. Martins
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = "0.16.0"
version = "0.17.0"
# The full version, including alpha/beta/rc tags.
release = "0.16.0"
release = "0.17.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
23 changes: 23 additions & 0 deletions docs/news/0.17.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. Copyright 2021 splinter authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
.. meta::
:description: New splinter features on version 0.17.0.
:keywords: splinter 0.17.0, news

What's New in Splinter 0.17.0?
==============================

* Added parameter to DriverAPI.screenshot and ElementAPI.screenshot to indicate if unique filename should be ensured (https://github.com/cobrateam/splinter/pull/949)
* Added Selenium 4 support

Backward incompatible changes
-----------------------------

* Removed python 2.7 support (https://github.com/cobrateam/splinter/pull/952)
* Selenium 3 is no longer installed by default. To install Selenium 3, use the `selenium3` extra argument

.. code-block:: bash
python -m pip install splinter[selenium3]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="splinter",
version="0.16.0",
version="0.17.0",
url="https://github.com/cobrateam/splinter",
description="browser abstraction for web acceptance testing",
long_description=README,
Expand Down

0 comments on commit 3131074

Please sign in to comment.