Skip to content

Commit

Permalink
Bump 0.18.1 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza authored Jun 28, 2022
1 parent d7e99c9 commit e03ded5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/news/0.18.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. Copyright 2022 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.18.1.
:keywords: splinter 0.18.1, news

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

Changed:
* Set Firefox preferences through options instead of FirefoxProfile

Fixed:
* Use dedicated logger in browser.py to avoid clobbing other Python logging
* 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)
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, 18, 0)
__version_info__ = (0, 18, 1)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit e03ded5

Please sign in to comment.