[Checkins] SVN: transaction/trunk/setup.py Prep for 1.0a1.

Chris McDonough chrism at plope.com
Tue Dec 18 20:01:46 EST 2007


Log message for revision 82351:
  Prep for 1.0a1.
  

Changed:
  U   transaction/trunk/setup.py

-=-
Modified: transaction/trunk/setup.py
===================================================================
--- transaction/trunk/setup.py	2007-12-18 23:03:09 UTC (rev 82350)
+++ transaction/trunk/setup.py	2007-12-19 01:01:45 UTC (rev 82351)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '1.0dev'
+__version__ = '1.0a1'
 
 import os
 
@@ -32,12 +32,12 @@
       long_description=README,
       classifiers=[
         "Development Status :: 6 - Mature",
-        "License :: OSI Approved :: Zope Public License"
-        "Programming Language :: Python"
-        "Topic :: Database"
-        "Topic :: Software Development :: Libraries :: Python Modules"
-        "Operating System :: Microsoft :: Windows"
-        "Operating System :: Unix"
+        "License :: OSI Approved :: Zope Public License",
+        "Programming Language :: Python",
+        "Topic :: Database",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+        "Operating System :: Microsoft :: Windows",
+        "Operating System :: Unix",
         ],
       author="Zope Corporation",
       author_email="zodb-dev at zope.org",



More information about the Checkins mailing list