Skip to content

Commit

Permalink
Merge branch 'master' into pa-discussion-coreaddon
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens authored May 23, 2023
2 parents 74960f3 + 8e0bada commit cb1f72e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Changelog
.. towncrier release notes start
3.1.1 (2023-05-22)
------------------

Bug fixes:


- Fix transitive circular dependency on `plone.app.layout`.
Use moved imports in `plone.base`.
Move `plone.app.layout.nextprevious.interfaces.INextPreviousProvider` to `.behaviors.nextprevious`.
Move defaultpage warning viewlet to `plone.app.layout`.
[@jensens] (fix-circular-dep-palayout)


3.1.0 (2023-05-08)
------------------

Expand Down
5 changes: 0 additions & 5 deletions news/fix-circular-dep-palayout.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = "3.1.1.dev0"
version = "3.1.2.dev0"

short_description = (
"Dexterity is a content type framework for CMF applications, "
Expand Down

0 comments on commit cb1f72e

Please sign in to comment.