We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fcd7a commit fe167c1Copy full SHA for fe167c1
2 files changed
doc/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '0.3.7'
+version = '0.3.8'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.3.7'
+release = '0.3.8'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pytest_httpserver",
10
- version="0.3.7",
+ version="0.3.8",
11
url="https://www.github.com/csernazs/pytest-httpserver",
12
packages=find_packages(),
13
author="Zsolt Cserna",
0 commit comments