Skip to content

Commit 83581f8

Browse files
committed
Version
1 parent a908ddd commit 83581f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Glossary
3131
----------------------
3232
Releases
3333
----------------------
34+
v2.6.4
35+
=============
36+
- Fixed author context in :class:`~daf.logging.LoggerJSON`.
37+
3438
v2.6.3
3539
=============
3640
- Restored support for Python v3.8

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.3"
20+
VERSION = "2.6.4"

0 commit comments

Comments
 (0)