Skip to content

Commit

Permalink
Bump version number to 1.0b4 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Oct 19, 2015
1 parent 5b9e44a commit aa170b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

**1.0b4 (2015-10-19)**

* Use strings for HTML to support serialization when running multiple processes.
* Catch exception if driver has not implemented log types.

**1.0b3 (2015-10-14)**

* Allow the sensitive URL regex to be specified in a configuration file.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pytest-selenium',
version='1.0b3',
version='1.0b4',
description='pytest plugin for Selenium',
long_description=open('README.rst').read(),
author='Dave Hunt',
Expand Down

0 comments on commit aa170b1

Please sign in to comment.