Skip to content

Commit de91b9c

Browse files
Preparing release 3.0.0a2
[ci skip]
1 parent c2e702b commit de91b9c

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Changelog
99
1010
.. towncrier release notes start
1111
12+
3.0.0a2 (2022-01-25)
13+
--------------------
14+
15+
Bug fixes:
16+
17+
18+
- Really always use a lines property for behaviors, no longer the deprecated ulines.
19+
This improves the fix from the previous release.
20+
Part of `issue 3305 <https://github.com/plone/Products.CMFPlone/issues/3305>`_.
21+
[maurits] (#3305)
22+
23+
1224
3.0.0a1 (2022-01-07)
1325
--------------------
1426

news/3305.bugfix

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
version = "3.0.0a2.dev0"
6+
version = "3.0.0a2"
77

88

99
def read(filename):

0 commit comments

Comments
 (0)