Skip to content

Commit abd93b3

Browse files
committed
chore: Release 0.12.0
1 parent dafd141 commit abd93b3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.12.1`_ - 2022-06-20
10+
----------------------
11+
912
- Allow ``block_network.allowed_hosts`` configuration via ``vcr_config`` fixture. `#82`_
1013

1114
`0.12.0`_ - 2021-07-08
@@ -176,7 +179,8 @@ Added
176179

177180
- Initial public release
178181

179-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.12.0...HEAD
182+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...HEAD
183+
.. _0.12.1: https://github.com/kiwicom/pytest-recording/compare/v0.12.0...v0.12.1
180184
.. _0.12.0: https://github.com/kiwicom/pytest-recording/compare/v0.11.0...v0.12.0
181185
.. _0.11.0: https://github.com/kiwicom/pytest-recording/compare/v0.10.0...v0.11.0
182186
.. _0.10.0: https://github.com/kiwicom/pytest-recording/compare/v0.9.0...v0.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name="pytest-recording",
17-
version="0.12.0",
17+
version="0.12.1",
1818
author="Dmitry Dygalo",
1919
author_email="dadygalo@gmail.com",
2020
maintainer="Dmitry Dygalo",

0 commit comments

Comments
 (0)