From 58102d14addd4fa2f8ccbb1edc019d490af2e9dd Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Thu, 13 Aug 2020 15:22:38 +0200 Subject: [PATCH] chore: Release 0.9.0 --- docs/changelog.rst | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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",