diff --git a/docs/changelog.rst b/docs/changelog.rst index f44f4af..c7ce9c9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`0.3.3`_ - 2019-08-18 +--------------------- + Added ~~~~~ @@ -48,7 +51,8 @@ Added - Initial public release -.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.2...HEAD +.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.3.3...HEAD +.. _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 .. _0.3.0: https://github.com/kiwicom/pytest-recording/compare/v0.2.0...v0.3.0 diff --git a/setup.py b/setup.py index 827cede..03f2896 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(fname): setup( name="pytest-recording", - version="0.3.2", + version="0.3.3", author="Dmitry Dygalo", author_email="dmitry.dygalo@kiwi.com", maintainer="Dmitry Dygalo",