We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 254e8ae + 837aa59 commit efe5c86Copy full SHA for efe5c86
CHANGES
@@ -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
6
0.5.1 (2021-11-18)
7
------------------
8
pytest_localserver/__init__.py
@@ -1 +1 @@
-VERSION = '0.5.1'
+VERSION = '0.5.1.post0'
setup.py
@@ -2,7 +2,7 @@
import sys
def read(fname):
0 commit comments