Skip to content

Commit 05dceaa

Browse files
committed
setup.py: version bump to 0.3.0
Bump version to 0.3.0 as there are backward incompatible changes in this release.
1 parent ef3a5b5 commit 05dceaa

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.2.2'
61+
version = '0.3.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.2.2'
63+
release = '0.3.0'
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.2.2",
10+
version="0.3.0",
1111
url="https://www.github.com/csernazs/pytest-httpserver",
1212
packages=find_packages(),
1313
author="Zsolt Cserna",

0 commit comments

Comments
 (0)