[z3-checkins] r26143 - z3/pythonproducts/trunk

rocky at codespeak.net rocky at codespeak.net
Sat Apr 22 16:56:56 CEST 2006


Author: rocky
Date: Sat Apr 22 16:37:03 2006
New Revision: 26143

Modified:
   z3/pythonproducts/trunk/   (props changed)
   z3/pythonproducts/trunk/README.txt
   z3/pythonproducts/trunk/setup.py
Log:
Preparing for 1.0beta1 release.


Modified: z3/pythonproducts/trunk/README.txt
==============================================================================
--- z3/pythonproducts/trunk/README.txt	(original)
+++ z3/pythonproducts/trunk/README.txt	Sat Apr 22 16:37:03 2006
@@ -17,7 +17,7 @@
  
 Requirements
   - Python 2.3.5 or higher in 2.3.x series
-  - Zope 2.8.4 or higher in 2.8.x series
+  - Zope 2.8 or 2.9
   - Five 1.2 or higher
 
 Installing
@@ -55,4 +55,3 @@
   Step 3: The standard way of registering a package with Zope 3 is to create
   a ZCML "slug" in the $INSTANCE_HOME/etc/package-includes directory.  This
   file can be called anything as long as it ends with "-configure.zcml".
- 
\ No newline at end of file

Modified: z3/pythonproducts/trunk/setup.py
==============================================================================
--- z3/pythonproducts/trunk/setup.py	(original)
+++ z3/pythonproducts/trunk/setup.py	Sat Apr 22 16:37:03 2006
@@ -96,7 +96,7 @@
 
 setup(cmdclass={'install': Installer},
       name='pythonproducts',
-      version='1.0alpha1',
+      version='1.0beta1',
       description='A mechanism to construct Zope 2 products as regular '
                   'python packages',
       author='Rocky Burt',


More information about the z3-checkins mailing list