File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(fname):
1414
1515setup (
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" ,
You can’t perform that action at this time.
0 commit comments