Skip to content

Commit

Permalink
Bump version to 0.20.0 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza authored Nov 11, 2023
1 parent 22ce870 commit 49e3d5c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/news/0.20.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. Copyright 2023 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.20.0.
:keywords: splinter 0.20.0, news

[0.20.0]
========

Changed
-------

* Selenium 3 is no longer supported
* Added support for Python 3.11 and 3.12, dropped support for Python 3.7

Fixed
-----

* CookieManager.delete() no longer deletes all cookies when no arguments are given
2 changes: 1 addition & 1 deletion splinter/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 19, 0)
__version_info__ = (0, 20, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 49e3d5c

Please sign in to comment.