diff --git a/docs/changelog.rst b/docs/changelog.rst index db9e374..cc24e0c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`0.13.1`_ - 2023-12-07 +---------------------- + - Add support for Python 3.12. - Add trove classifier for license. @@ -195,7 +198,8 @@ Added - Initial public release -.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...HEAD +.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...HEAD +.. _0.13.1: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...v0.13.1 .. _0.13.0: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...v0.13.0 .. _0.12.2: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...v0.12.2 .. _0.12.1: https://github.com/kiwicom/pytest-recording/compare/v0.12.0...v0.12.1 diff --git a/pyproject.toml b/pyproject.toml index 3af4a34..29606f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-recording" -version = "0.13.0" +version = "0.13.1" description = "A pytest plugin that allows you recording of network interactions via VCR.py" keywords = ["pytest", "vcr", "network", "mock"] authors = [{ name = "Dmitry Dygalo", email = "dmitry@dygalo.dev" }]