diff --git a/docs/changelog.rst b/docs/changelog.rst index a167814..9a180a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,10 +6,13 @@ Changelog `Unreleased`_ ------------- +`0.3.4`_ - 2019-10-21 +--------------------- + Added ~~~~~ -- An error is raised if `pytest-vcr` is installed. `pytest-recording` is not compatible with it. `#20`_ +- An error is raised if ``pytest-vcr`` is installed. ``pytest-recording`` is not compatible with it. `#20`_ `0.3.3`_ - 2019-08-18 --------------------- @@ -56,7 +59,8 @@ Added - Initial public release -.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...HEAD +.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.4...HEAD +.. _0.3.4: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...v0.3.4 .. _0.3.3: https://github.com/kiwicom/pytest-recording/compare/v0.3.2...v0.3.3 .. _0.3.2: https://github.com/kiwicom/pytest-recording/compare/v0.3.1...v0.3.2 .. _0.3.1: https://github.com/kiwicom/pytest-recording/compare/v0.3.0...v0.3.1 @@ -66,4 +70,4 @@ Added .. _#20: https://github.com/kiwicom/pytest-recording/issues/20 .. _#10: https://github.com/kiwicom/pytest-recording/issues/10 .. _#8: https://github.com/kiwicom/pytest-recording/issues/8 -.. _#2: https://github.com/kiwicom/pytest-recording/issues/2 \ No newline at end of file +.. _#2: https://github.com/kiwicom/pytest-recording/issues/2 diff --git a/setup.py b/setup.py index e86ea62..6549a5c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(fname): setup( name="pytest-recording", - version="0.3.3", + version="0.3.4", author="Dmitry Dygalo", author_email="dmitry.dygalo@kiwi.com", maintainer="Dmitry Dygalo",