Commit a41303f 1 parent e34d997 commit a41303f Copy full SHA for a41303f
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
6
6
`Unreleased `_
7
7
-------------
8
8
9
+ `0.10.0 `_ - 2020-10-06
10
+ ----------------------
11
+
9
12
Added
10
13
~~~~~
11
14
@@ -150,7 +153,8 @@ Added
150
153
151
154
- Initial public release
152
155
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
154
158
.. _0.9.0 : https://github.com/kiwicom/pytest-recording/compare/v0.8.1...v0.9.0
155
159
.. _0.8.1 : https://github.com/kiwicom/pytest-recording/compare/v0.8.0...v0.8.1
156
160
.. _0.8.0 : https://github.com/kiwicom/pytest-recording/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(fname):
14
14
15
15
setup (
16
16
name = "pytest-recording" ,
17
- version = "0.9 .0" ,
17
+ version = "0.10 .0" ,
18
18
author = "Dmitry Dygalo" ,
19
19
20
20
maintainer = "Dmitry Dygalo" ,
You can’t perform that action at this time.
0 commit comments