diff --git a/docs/changelog.rst b/docs/changelog.rst index 95fe849..e4a47a2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`0.9.0`_ - 2020-08-13 +--------------------- + Added ~~~~~ @@ -142,7 +145,8 @@ Added - Initial public release -.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.8.1...HEAD +.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.9.0...HEAD +.. _0.9.0: https://github.com/kiwicom/pytest-recording/compare/v0.8.1...v0.9.0 .. _0.8.1: https://github.com/kiwicom/pytest-recording/compare/v0.8.0...v0.8.1 .. _0.8.0: https://github.com/kiwicom/pytest-recording/compare/v0.7.0...v0.8.0 .. _0.7.0: https://github.com/kiwicom/pytest-recording/compare/v0.6.0...v0.7.0 diff --git a/setup.py b/setup.py index ef35e2a..b169a41 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name="pytest-recording", - version="0.8.1", + version="0.9.0", author="Dmitry Dygalo", author_email="dadygalo@gmail.com", maintainer="Dmitry Dygalo",