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 1ffc867 commit 48c1c56Copy full SHA for 48c1c56
docs/source/changelog.rst
@@ -32,6 +32,10 @@ Glossary
32
Releases
33
----------------------
34
35
+v2.7.1
36
+===============
37
+- Fixed ``update`` methods and account infinite loading if token was changed when using *Preserve state on shutdown*.
38
+
39
40
v2.7
41
================
src/daf/__init__.py
@@ -18,4 +18,4 @@
18
from .misc import *
19
20
21
-VERSION = "2.7.0"
+VERSION = "2.7.1"
0 commit comments