[Checkins] SVN: zodbshootout/trunk/ prep for 0.3

Shane Hathaway shane at hathawaymix.org
Sat Jun 19 22:42:42 EDT 2010


Log message for revision 113709:
  prep for 0.3
  

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

-=-
Modified: zodbshootout/trunk/CHANGES.txt
===================================================================
--- zodbshootout/trunk/CHANGES.txt	2010-06-20 02:38:39 UTC (rev 113708)
+++ zodbshootout/trunk/CHANGES.txt	2010-06-20 02:42:41 UTC (rev 113709)
@@ -1,11 +1,11 @@
-Next release
-------------
+0.3 (2010-06-19)
+----------------
 
-- Updated to memcached 1.4.5 and libmemcached 0.40.
+- Updated to memcached 1.4.5, libmemcached 0.40, and pylibmc 1.1+.
 
 - Updated to PostgreSQL 8.4.4.
 
-- Updated to MySql 5.1.46 and a new download url - the old was giving 401's.
+- Updated to MySQL 5.1.47 and a new download url - the old was giving 401's.
 
 0.2 (2009-11-17)
 ----------------

Modified: zodbshootout/trunk/setup.py
===================================================================
--- zodbshootout/trunk/setup.py	2010-06-20 02:38:39 UTC (rev 113708)
+++ zodbshootout/trunk/setup.py	2010-06-20 02:42:41 UTC (rev 113709)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A ZODB performance test"""
 
-version = "0.3dev"
+version = "0.3"
 
 from setuptools import setup, find_packages
 import os



More information about the checkins mailing list