From d51101db5fa1797ec7dc2c7a58c90fa5216eced4 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 16 Jun 2011 11:01:06 +0000 Subject: [PATCH] Prepare 2.0.5 release. svn path=/plone.app.discussion/trunk/; revision=50490 --- CHANGES.txt | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index cd53525..a7bdce5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/setup.py b/setup.py index 618ee5c..5c29937 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.0.4' +version = '2.0.5' install_requires = [ 'setuptools',