Back to development: 1.0b11
svn path=/plone.app.discussion/trunk/; revision=40651
This commit is contained in:
parent
13dbd2d7c4
commit
239b38353a
12
CHANGES.txt
12
CHANGES.txt
@ -1,6 +1,18 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.0b11 (unreleased)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
|
1.0b11 (unreleased)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
1.0b10 (2010-10-15)
|
1.0b10 (2010-10-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ copyright = u'2010, Timo Stollenwerk - Plone Foundation'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.0'
|
version = '1.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '1.0b9'
|
release = '1.0b11'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
version = '1.0b10'
|
version = '1.0b11dev'
|
||||||
|
|
||||||
setup(name='plone.app.discussion',
|
setup(name='plone.app.discussion',
|
||||||
version=version,
|
version=version,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user