bump version

svn path=/plone.app.discussion/branches/1.x/; revision=48522
This commit is contained in:
David Glick 2011-04-07 19:22:42 +00:00
parent 882e9e028f
commit 6413096336
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Changelog
=========
1.1 (Unreleased)
------------------
----------------
- Added Afrikaans translations
[jcbrand]

View File

@ -1,7 +1,7 @@
import sys
from setuptools import setup, find_packages
version = '1.0'
version = '1.1dev'
install_requires = [
'setuptools',