We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cebe6 commit 198bfdfCopy full SHA for 198bfdf
.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
22
config:
23
# [Python version, tox env]
24
- ["3.9", "lint"]
25
+ - ["2.7", "py27"]
26
- ["3.5", "py35"]
27
- ["3.6", "py36"]
28
- ["3.7", "py37"]
CHANGES.rst
@@ -2,6 +2,10 @@
2
Change History
3
================
4
5
+5.8.2 (unreleased)
6
+==================
7
+
8
9
5.8.1 (2023-07-18)
10
==================
11
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import setup
16
17
18
-version = '5.8.1'
+version = '5.8.2.dev0'
19
20
classifiers = """\
21
Intended Audience :: Developers
0 commit comments