Skip to content

Commit 71c889e

Browse files
committed
setup.py: version bump to 0.3.5
Also update docs.
1 parent 09f7a76 commit 71c889e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.3.4'
61+
version = '0.3.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.3.4'
63+
release = '0.3.5'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pytest_httpserver",
10-
version="0.3.4",
10+
version="0.3.5",
1111
url="https://www.github.com/csernazs/pytest-httpserver",
1212
packages=find_packages(),
1313
author="Zsolt Cserna",

0 commit comments

Comments
 (0)