Skip to content

Commit 2a78502

Browse files
committed
chore: Release 0.11.0
1 parent f9d6db7 commit 2a78502

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
`Unreleased`_
77
-------------
88

9+
`0.11.0`_ - 2020-11-25
10+
----------------------
11+
912
Added
1013
~~~~~
1114

@@ -158,7 +161,8 @@ Added
158161

159162
- Initial public release
160163

161-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.10.0...HEAD
164+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.11.0...HEAD
165+
.. _0.11.0: https://github.com/kiwicom/pytest-recording/compare/v0.10.0...v0.11.0
162166
.. _0.10.0: https://github.com/kiwicom/pytest-recording/compare/v0.9.0...v0.10.0
163167
.. _0.9.0: https://github.com/kiwicom/pytest-recording/compare/v0.8.1...v0.9.0
164168
.. _0.8.1: https://github.com/kiwicom/pytest-recording/compare/v0.8.0...v0.8.1

setup.py

+1-1
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.10.0",
17+
version="0.11.0",
1818
author="Dmitry Dygalo",
1919
author_email="[email protected]",
2020
maintainer="Dmitry Dygalo",

0 commit comments

Comments
 (0)