Preparing release 3.3.0

[ci skip]
This commit is contained in:
Maurits van Rees 2019-10-12 14:30:21 +02:00
parent 39c8067e00
commit c0235d072b
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
4 changed files with 18 additions and 5 deletions

View File

@ -8,6 +8,23 @@ Changelog
.. towncrier release notes start
3.3.0 (2019-10-12)
------------------
New features:
- Additional view for approved comments
[ksuess] (#159)
Bug fixes:
- Load zcml of ``plone.resource`` for our use of the ``plone:static`` directive.
[maurits] (#2952)
3.2.1 (2019-06-28)
------------------

View File

@ -1,2 +0,0 @@
Additional view for approved comments
[ksuess]

View File

@ -1,2 +0,0 @@
Load zcml of ``plone.resource`` for our use of the ``plone:static`` directive.
[maurits]

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.3.0.dev0'
version = '3.3.0'
install_requires = [
'setuptools',