Skip to content

Commit

Permalink
chore: Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 6, 2023
1 parent ed40da4 commit 9e98622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
`Unreleased`_
-------------

`0.13.1`_ - 2023-12-07
----------------------

- Add support for Python 3.12.
- Add trove classifier for license.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
Expand Down

0 comments on commit 9e98622

Please sign in to comment.