diff --git a/docs/changelog.rst b/docs/changelog.rst index 1b3c1be..1a9c9c8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,12 +6,14 @@ Changelog `Unreleased`_ ------------- +`0.3.1`_ - 2019-07-28 +--------------------- + Added ~~~~~ - ``network.block`` / ``network.unblock`` functions for manual network blocking manipulations. `#8`_ - `0.3.0`_ - 2019-07-20 --------------------- diff --git a/setup.py b/setup.py index 2d76a8f..e1f48be 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(fname): setup( name="pytest-recording", - version="0.3.0", + version="0.3.1", author="Stanislav Tkachenko", author_email="stanislav.tkachenko@kiwi.com", maintainer="Stanislav Tkachenko",