Skip to content

Commit e03ded5

Browse files
authored
Bump 0.18.1 (#1061)
1 parent d7e99c9 commit e03ded5

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/news/0.18.1.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. Copyright 2022 splinter authors. All rights reserved.
2+
Use of this source code is governed by a BSD-style
3+
license that can be found in the LICENSE file.
4+
5+
.. meta::
6+
:description: New splinter features on version 0.18.1.
7+
:keywords: splinter 0.18.1, news
8+
9+
What's New in Splinter 0.18.1?
10+
==============================
11+
12+
Changed:
13+
* Set Firefox preferences through options instead of FirefoxProfile
14+
15+
Fixed:
16+
* Use dedicated logger in browser.py to avoid clobbing other Python logging
17+
* Removed required selenium import for error handling, making it possible to use splinter without installing selenium (as long as a selenium driver isn't used)

splinter/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 18, 0)
1+
__version_info__ = (0, 18, 1)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)