Preparing release 2.4.6

[ci skip]
This commit is contained in:
Maurits van Rees 2015-09-14 14:37:44 +02:00
parent 3d428f6bd4
commit b898f7d396
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.4.6 (unreleased)
2.4.6 (2015-09-14)
------------------
- Fix editing comments in Plone 5.

View File

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