[Checkins] SVN: z3c.autoinclude/trunk/ post-release steps

Ethan Jucovy ejucovy at openplans.org
Mon Apr 21 13:20:10 EDT 2008


Log message for revision 85552:
  post-release steps

Changed:
  U   z3c.autoinclude/trunk/CHANGES.txt
  U   z3c.autoinclude/trunk/setup.py

-=-
Modified: z3c.autoinclude/trunk/CHANGES.txt
===================================================================
--- z3c.autoinclude/trunk/CHANGES.txt	2008-04-21 17:19:13 UTC (rev 85551)
+++ z3c.autoinclude/trunk/CHANGES.txt	2008-04-21 17:20:08 UTC (rev 85552)
@@ -1,12 +1,15 @@
 Changes
 =======
 
-0.2.1 (unreleased)
+0.3 (unreleased)
+----------------
+
+0.2.1 (2008-04-21)
 ------------------
 
 * Fixed bug which prevented proper inclusion of packages when the base package's namespace has been extended by other installed packages.
- * Rewrote ``distributionForPackage`` function.
- * Added additional tests for ``includePlugins`` and utility functions.
+* Rewrote ``distributionForPackage`` function.
+* Added additional tests for ``includePlugins`` and utility functions.
 * Fixed bug which made z3c.autoinclude look for ZCML in namespaces of nested namespace packages (eg, if there happened to -- improperly -- be an x/y/configure.zcml in a x.y.z package with an x.y namespace, it would have been included; this is incorrect.) 
 
 0.2 (2008-04-18)

Modified: z3c.autoinclude/trunk/setup.py
===================================================================
--- z3c.autoinclude/trunk/setup.py	2008-04-21 17:19:13 UTC (rev 85551)
+++ z3c.autoinclude/trunk/setup.py	2008-04-21 17:20:08 UTC (rev 85552)
@@ -5,7 +5,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='z3c.autoinclude',
-      version='0.2.1dev',
+      version='0.3',
       description="Automatically include ZCML for dependencies.",
       long_description=long_description,
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers



More information about the Checkins mailing list