Skip to content

Commit 9e98622

Browse files
committed
chore: Release 0.13.1
1 parent ed40da4 commit 9e98622

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
`Unreleased`_
77
-------------
88

9+
`0.13.1`_ - 2023-12-07
10+
----------------------
11+
912
- Add support for Python 3.12.
1013
- Add trove classifier for license.
1114

@@ -195,7 +198,8 @@ Added
195198

196199
- Initial public release
197200

198-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...HEAD
201+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...HEAD
202+
.. _0.13.1: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...v0.13.1
199203
.. _0.13.0: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...v0.13.0
200204
.. _0.12.2: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...v0.12.2
201205
.. _0.12.1: https://github.com/kiwicom/pytest-recording/compare/v0.12.0...v0.12.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-recording"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
description = "A pytest plugin that allows you recording of network interactions via VCR.py"
99
keywords = ["pytest", "vcr", "network", "mock"]
1010
authors = [{ name = "Dmitry Dygalo", email = "dmitry@dygalo.dev" }]

0 commit comments

Comments
 (0)