[Checkins] SVN: transaction/trunk/ Prep 1.0.1 release.

Tres Seaver tseaver at palladion.com
Fri May 7 11:36:58 EDT 2010


Log message for revision 112145:
  Prep 1.0.1 release.

Changed:
  U   transaction/trunk/CHANGES.txt
  U   transaction/trunk/setup.py

-=-
Modified: transaction/trunk/CHANGES.txt
===================================================================
--- transaction/trunk/CHANGES.txt	2010-05-07 15:35:15 UTC (rev 112144)
+++ transaction/trunk/CHANGES.txt	2010-05-07 15:36:58 UTC (rev 112145)
@@ -1,14 +1,15 @@
 Changes
 =======
 
-1.0.1 (unreleased)
+1.0.1 (2010-05-07)
 ------------------
 
-- Updated tests to remove use of deprecated ``zope.testing.doctest``.
-
 - LP #142464:  remove double newline between log entries:  it makes doing
   smarter formatting harder.
 
+- Updated tests to remove use of deprecated ``zope.testing.doctest``.
+
+
 1.0.0 (2009-07-24)
 ------------------
 

Modified: transaction/trunk/setup.py
===================================================================
--- transaction/trunk/setup.py	2010-05-07 15:35:15 UTC (rev 112144)
+++ transaction/trunk/setup.py	2010-05-07 15:36:58 UTC (rev 112145)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '0'
+__version__ = '1.0.1'
 
 import os
 



More information about the checkins mailing list