From 5e6d638885960cdf9bfdf9dacc9a8181d176256f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 15 Oct 2010 15:53:33 +0000 Subject: [PATCH] Back to 1.0b10 for a re-release. svn path=/plone.app.discussion/trunk/; revision=40658 --- CHANGES.txt | 12 ------------ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f8a6e51..fed8a50 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,18 +1,6 @@ Changelog ========= -1.0b11 (unreleased) -------------------- - -- Nothing changed yet. - - -1.0b11 (unreleased) -------------------- - -- Nothing changed yet. - - 1.0b10 (2010-10-15) ------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index ff79097..e8b1f2b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ copyright = u'2010, Timo Stollenwerk - Plone Foundation' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0b11' +release = '1.0b10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a55b876..1aa94d4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.0b11dev' +version = '1.0b10' setup(name='plone.app.discussion', version=version,