We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d1b9e7 + 3ca67db commit 3bae934Copy full SHA for 3bae934
CHANGES.rst
@@ -8,6 +8,16 @@ Changelog
8
9
.. towncrier release notes start
10
11
+3.0.8 (2024-05-30)
12
+------------------
13
+
14
+Bug fixes:
15
16
17
+- Support using the file template on objects that have no file attributes. [ale-rt] (#688)
18
+- Fixed p.a.widgets `moved` DeprecationWarning [jensens] (#690)
19
20
21
3.0.7 (2024-04-25)
22
------------------
23
news/688.bugfix
news/690.bugfix
setup.py
@@ -4,7 +4,7 @@
4
import os
5
6
7
-version = "3.0.8.dev0"
+version = "3.0.9.dev0"
def read(*rnames):
0 commit comments