Skip to content

Commit a41303f

Browse files
committed
chore: Release 0.10.0
1 parent e34d997 commit a41303f

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.10.0`_ - 2020-10-06
10+
----------------------
11+
912
Added
1013
~~~~~
1114

@@ -150,7 +153,8 @@ Added
150153

151154
- Initial public release
152155

153-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.9.0...HEAD
156+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.10.0...HEAD
157+
.. _0.10.0: https://github.com/kiwicom/pytest-recording/compare/v0.9.0...v0.10.0
154158
.. _0.9.0: https://github.com/kiwicom/pytest-recording/compare/v0.8.1...v0.9.0
155159
.. _0.8.1: https://github.com/kiwicom/pytest-recording/compare/v0.8.0...v0.8.1
156160
.. _0.8.0: https://github.com/kiwicom/pytest-recording/compare/v0.7.0...v0.8.0

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

0 commit comments

Comments
 (0)