Bump version

svn path=/plone.app.discussion/trunk/; revision=33555
This commit is contained in:
Hanno Schlichting 2010-01-28 15:34:39 +00:00
parent 99c211b6e8
commit 9a12f0818a
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
1.0b4 (unreleased)
------------------
1.0b3 (2010-01-28)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '1.0b3'
version = '1.0b4'
setup(name='plone.app.discussion',
version=version,