Skip to content

Commit 3bae934

Browse files
authored
Merge branch 'master' into pa-discussion-core-addon
2 parents 9d1b9e7 + 3ca67db commit 3bae934

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Changelog
88
99
.. towncrier release notes start
1010
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+
1121
3.0.7 (2024-04-25)
1222
------------------
1323

news/688.bugfix

-1
This file was deleted.

news/690.bugfix

-1
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
version = "3.0.8.dev0"
7+
version = "3.0.9.dev0"
88

99

1010
def read(*rnames):

0 commit comments

Comments
 (0)