[Repoze-checkins] r759 - repoze.plone/trunk
Chris McDonough
chrism at agendaless.com
Sun Mar 2 09:31:09 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sun Mar 2 04:31:08 2008
New Revision: 759
Log:
0.2.8 (2008-03-02)
- Depend on repoze.zope2 0.3.1 (which depends on zope 2.10.5)
- Depend on ploneproducts 3.0.6.0 and plonelibs 3.0.6.0.
Modified:
repoze.plone/trunk/CHANGES.txt
repoze.plone/trunk/setup.py
Modified: repoze.plone/trunk/CHANGES.txt
==============================================================================
--- repoze.plone/trunk/CHANGES.txt (original)
+++ repoze.plone/trunk/CHANGES.txt Sun Mar 2 04:31:08 2008
@@ -1,3 +1,9 @@
+0.2.8 (2008-03-02)
+
+ - Depend on repoze.zope2 0.3.1 (which depends on zope 2.10.5)
+
+ - Depend on ploneproducts 3.0.6.0 and plonelibs 3.0.6.0.
+
0.2.7
- Adjust documentation to remove references to repozeproject.
Modified: repoze.plone/trunk/setup.py
==============================================================================
--- repoze.plone/trunk/setup.py (original)
+++ repoze.plone/trunk/setup.py Sun Mar 2 04:31:08 2008
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.2.7'
+__version__ = '0.2.8'
from ez_setup import use_setuptools
use_setuptools()
@@ -49,9 +49,10 @@
include_package_data=True,
zip_safe=False,
install_requires=[
- 'repoze.zope2 >= 0.3.0',
- 'cmflib >= 2.1.0.0',
- 'ploneproducts >= 3.0.1.0'
+ 'repoze.zope2 >= 0.3.1',
+ 'cmflib >= 2.1.1.0',
+ 'ploneproducts >= 3.0.6.0',
+ 'plonelibs >= 3.0.6.0',
],
entry_points = """\
[repoze.project]
More information about the Repoze-checkins
mailing list