We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7bf16 commit 1173233Copy full SHA for 1173233
CHANGES.rst
@@ -2,6 +2,12 @@
2
CHANGES
3
=======
4
5
+0.0.6 (unreleased)
6
+------------------
7
+
8
+- Nothing changed yet.
9
10
11
0.0.5 (2019-04-08)
12
------------------
13
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='play_requests',
32
- version='0.0.5',
+ version='0.0.6.dev0',
33
description="pytest-play plugin driving the famous "
34
"Python requests library for making HTTP calls",
35
long_description=readme + '\n\n' + history,
0 commit comments