[Checkins] SVN: manuel/tags/1.0.0a4/ fix change notes, put tag version in setup.py

Benji York benji at zope.com
Tue May 5 08:46:42 EDT 2009


Log message for revision 99771:
  fix change notes, put tag version in setup.py
  

Changed:
  U   manuel/tags/1.0.0a4/CHANGES.txt
  U   manuel/tags/1.0.0a4/setup.py

-=-
Modified: manuel/tags/1.0.0a4/CHANGES.txt
===================================================================
--- manuel/tags/1.0.0a4/CHANGES.txt	2009-05-05 12:44:53 UTC (rev 99770)
+++ manuel/tags/1.0.0a4/CHANGES.txt	2009-05-05 12:46:42 UTC (rev 99771)
@@ -1,7 +1,13 @@
 CHANGES
 =======
 
+1.0.0a4 (2009-05-01)
+--------------------
 
+- make the global state ("globs") shared between all evaluators, not just
+  doctest
+
+
 1.0.0a3 (2009-05-01)
 --------------------
 

Modified: manuel/tags/1.0.0a4/setup.py
===================================================================
--- manuel/tags/1.0.0a4/setup.py	2009-05-05 12:44:53 UTC (rev 99770)
+++ manuel/tags/1.0.0a4/setup.py	2009-05-05 12:46:42 UTC (rev 99771)
@@ -4,7 +4,7 @@
 
 setup(
     name='manuel',
-    version='0',
+    version='1.0.0a4',
     url = 'http://pypi.python.org/pypi/manuel',
     packages=find_packages('src'),
     package_dir={'':'src'},



More information about the Checkins mailing list