Preparing release 3.2.0

[ci skip]
This commit is contained in:
esteele 2019-04-29 19:30:59 -04:00
parent e22f5c4119
commit c7dfbe6365
4 changed files with 18 additions and 5 deletions

View File

@ -8,6 +8,23 @@ Changelog
.. towncrier release notes start
3.2.0 (2019-04-29)
------------------
New features:
- Index/reindex/unindex the comment itself, do not defer to ``ICommentingTool``.
This way it can be integrated into collective.indexing and Solr (or any other indexing tool).
[gforcada] (#77)
Bug fixes:
- Fixed DeprecationWarning for ObjectEvent. [jensens] (#153)
3.1.1 (2019-02-08)
------------------

View File

@ -1 +0,0 @@
Fixed DeprecationWarning for ObjectEvent. [jensens]

View File

@ -1,3 +0,0 @@
Index/reindex/unindex the comment itself, do not defer to ``ICommentingTool``.
This way it can be integrated into collective.indexing and Solr (or any other indexing tool).
[gforcada]

View File

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