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 2cace75 commit bb4d05cCopy full SHA for bb4d05c
docs/source/changelog.rst
@@ -31,6 +31,10 @@ Glossary
31
----------------------
32
Releases
33
34
+v2.6.3
35
+=============
36
+- Restored support for Python v3.8
37
+
38
v2.6.1
39
========
40
- Fixed logger not being converted properly when exporting GUI data into a script.
@@ -50,7 +54,6 @@ v2.6.0
50
54
- SQL analysis
51
55
52
56
53
-
57
v2.5.1
58
==========
59
- Fixed failure without SQL
src/daf/__init__.py
@@ -17,4 +17,4 @@
17
from .misc import *
18
19
20
-VERSION = "2.6.2"
+VERSION = "2.6.3"
0 commit comments