Skip to content

Commit efe5c86

Browse files
authored
Merge pull request #26 from pytest-dev/bump-version-to-0.5.1.post0/1/dev
Bump version to 0.5.1.post0
2 parents 254e8ae + 837aa59 commit efe5c86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.5.1.post0 (2021-12-13)
2+
------------------------
3+
4+
Explicitly list supported Python versions with python_requires in setup.py.
5+
16
0.5.1 (2021-11-18)
27
------------------
38

pytest_localserver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.5.1'
1+
VERSION = '0.5.1.post0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
VERSION = '0.5.1'
5+
VERSION = '0.5.1.post0'
66

77

88
def read(fname):

0 commit comments

Comments
 (0)