We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91038cf commit e507453Copy full SHA for e507453
2 files changed
doc/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = '0.2.1'
+version = '0.2.2'
62
# The full version, including alpha/beta/rc tags.
63
-release = '0.2.1'
+release = '0.2.2'
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.2.1",
+ version="0.2.2",
11
url="https://www.github.com/csernazs/pytest-httpserver",
12
packages=find_packages(),
13
author="Zsolt Cserna",
0 commit comments