[Checkins] SVN: zope.app.principalannotation/trunk/ pre-release cleanup, update metadata, insert release date

Christian Theune ct at gocept.com
Sun Feb 1 12:01:27 EST 2009


Log message for revision 95892:
  pre-release cleanup, update metadata, insert release date
  

Changed:
  U   zope.app.principalannotation/trunk/CHANGES.txt
  U   zope.app.principalannotation/trunk/setup.py

-=-
Modified: zope.app.principalannotation/trunk/CHANGES.txt
===================================================================
--- zope.app.principalannotation/trunk/CHANGES.txt	2009-02-01 16:58:25 UTC (rev 95891)
+++ zope.app.principalannotation/trunk/CHANGES.txt	2009-02-01 17:01:26 UTC (rev 95892)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2009-02-01)
 ------------------
 
 - Move boostrap subscriber to bootstrap.zcml file and browser

Modified: zope.app.principalannotation/trunk/setup.py
===================================================================
--- zope.app.principalannotation/trunk/setup.py	2009-02-01 16:58:25 UTC (rev 95891)
+++ zope.app.principalannotation/trunk/setup.py	2009-02-01 17:01:26 UTC (rev 95892)
@@ -24,7 +24,7 @@
 setup(name='zope.app.principalannotation',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Annotations for Zope Principals',
       long_description=(
           read('README.txt')
@@ -42,7 +42,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.principalannotation',
+      url='http://pypi.python.org/pypi/zope.app.principalannotation',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list