Skip to content

Commit bb4d05c

Browse files
committed
version
1 parent 2cace75 commit bb4d05c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Glossary
3131
----------------------
3232
Releases
3333
----------------------
34+
v2.6.3
35+
=============
36+
- Restored support for Python v3.8
37+
3438
v2.6.1
3539
========
3640
- Fixed logger not being converted properly when exporting GUI data into a script.
@@ -50,7 +54,6 @@ v2.6.0
5054
- SQL analysis
5155

5256

53-
5457
v2.5.1
5558
==========
5659
- Fixed failure without SQL

src/daf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .misc import *
1818

1919

20-
VERSION = "2.6.2"
20+
VERSION = "2.6.3"

0 commit comments

Comments
 (0)