[Checkins] SVN: transaction/trunk/ Created change entry for fixed test checkin. Get ready for release.

Stephan Richter srichter at gmail.com
Fri Jul 24 03:22:31 EDT 2009


Log message for revision 102205:
  Created change entry for fixed test checkin. Get ready for release.
  

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

-=-
Modified: transaction/trunk/CHANGES.txt
===================================================================
--- transaction/trunk/CHANGES.txt	2009-07-24 06:45:04 UTC (rev 102204)
+++ transaction/trunk/CHANGES.txt	2009-07-24 07:22:31 UTC (rev 102205)
@@ -1,12 +1,15 @@
 Changes
 =======
 
-1.0a2 (unreleased)
+1.0.0 (2009-07-24)
 ------------------
 
+* Fix test that incorrectly relied on the order of a list that was generated
+  from a dict.
+
  * Remove crufty DEPENDENCIES.cfg left over from zpkg.
 
-1.0a1 (12-18-2007)
+1.0a1 (2007-12-18)
 ------------------
 
 * Initial release, branched from ZODB trunk on 2007-11-08 (aka

Modified: transaction/trunk/setup.py
===================================================================
--- transaction/trunk/setup.py	2009-07-24 06:45:04 UTC (rev 102204)
+++ transaction/trunk/setup.py	2009-07-24 07:22:31 UTC (rev 102205)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '0'
+__version__ = '1.0.0'
 
 import os
 



More information about the Checkins mailing list