Prepare 2.0.5 release.

svn path=/plone.app.discussion/trunk/; revision=50490
This commit is contained in:
Timo Stollenwerk 2011-06-16 11:01:06 +00:00
parent 98bcc19d5c
commit d51101db5f
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
Changelog
=========
2.0.5 (Unreleased)
2.0.5 (2011-05-28)
------------------
- Simplify CSS and JS registrations. CSS will now be imported using the

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.0.4'
version = '2.0.5'
install_requires = [
'setuptools',