We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d85039 commit 6ccbd0dCopy full SHA for 6ccbd0d
doc/conf.py
@@ -59,7 +59,7 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '1.0.3'
+version = '1.0.4'
63
# The full version, including alpha/beta/rc tags.
64
release = version
65
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytest_httpserver"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "pytest-httpserver is a httpserver for pytest"
5
authors = ["Zsolt Cserna <cserna.zsolt@gmail.com>"]
6
license = "MIT"
0 commit comments