Skip to content

Commit 72cebe6

Browse files
committed
- prepare release 5.8.1
1 parent 72586ef commit 72cebe6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/tests.yml

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

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Change History
33
================
44

5-
5.8.1 (unreleased)
5+
5.8.1 (2023-07-18)
66
==================
77

88
- Fix ``racetest`` problems.

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.dev0'
18+
version = '5.8.1'
1919

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

0 commit comments

Comments
 (0)