We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d873756 commit 1769e59Copy full SHA for 1769e59
docs/source/changelog.rst
@@ -31,6 +31,10 @@ Glossary
31
----------------------
32
Releases
33
34
+v2.5.4
35
+=============
36
+- Restored support for Python v3.8
37
+
38
39
v2.5.3
40
=============
src/daf/__init__.py
@@ -15,4 +15,4 @@
15
from .misc import *
16
17
18
-VERSION = "v2.5.3"
+VERSION = "v2.5.4"
0 commit comments