Skip to content

Commit 198bfdf

Browse files
committed
- vb [ci skip]
1 parent 72cebe6 commit 198bfdf

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
config:
2323
# [Python version, tox env]
2424
- ["3.9", "lint"]
25+
- ["2.7", "py27"]
2526
- ["3.5", "py35"]
2627
- ["3.6", "py36"]
2728
- ["3.7", "py37"]

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Change History
33
================
44

5+
5.8.2 (unreleased)
6+
==================
7+
8+
59
5.8.1 (2023-07-18)
610
==================
711

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup
1616

1717

18-
version = '5.8.1'
18+
version = '5.8.2.dev0'
1919

2020
classifiers = """\
2121
Intended Audience :: Developers

0 commit comments

Comments
 (0)