[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Tue Mar 18 20:45:47 EDT 2008


Log message for revision 84766:
  Preparing release.

Changed:
  U   z3c.pt/trunk/README.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/README.txt
===================================================================
--- z3c.pt/trunk/README.txt	2008-03-19 00:42:03 UTC (rev 84765)
+++ z3c.pt/trunk/README.txt	2008-03-19 00:45:47 UTC (rev 84766)
@@ -19,6 +19,13 @@
 Note: The METAL macro language is not supported.
 
 
+Usage
+-----
+
+See README.txt inside package for general usage; to register the
+default expression types, load the package component configuration
+file (configure.zcml).
+
 Template and expression language
 --------------------------------
 

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-03-19 00:42:03 UTC (rev 84765)
+++ z3c.pt/trunk/setup.py	2008-03-19 00:45:47 UTC (rev 84766)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.8dev'
+version = '0.8'
 
 setup(name='z3c.pt',
       version=version,



More information about the Checkins mailing list