[Checkins] SVN: relstorage/trunk/ Prep for 1.5.0 tag

Shane Hathaway shane at hathawaymix.org
Thu Jun 30 02:09:08 EDT 2011


Log message for revision 122044:
  Prep for 1.5.0 tag
  

Changed:
  U   relstorage/trunk/CHANGES.txt
  U   relstorage/trunk/notes/migrate-to-1.5.txt
  U   relstorage/trunk/setup.py

-=-
Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2011-06-30 04:50:40 UTC (rev 122043)
+++ relstorage/trunk/CHANGES.txt	2011-06-30 06:09:08 UTC (rev 122044)
@@ -1,5 +1,5 @@
-Next Release
-------------
+1.5.0 (2011-06-30)
+------------------
 
 - PostgreSQL: Fixed another minor compatibility issue with PostgreSQL 9.0.
   Packing raised an error when the client used old an version of libpq.

Modified: relstorage/trunk/notes/migrate-to-1.5.txt
===================================================================
--- relstorage/trunk/notes/migrate-to-1.5.txt	2011-06-30 04:50:40 UTC (rev 122043)
+++ relstorage/trunk/notes/migrate-to-1.5.txt	2011-06-30 06:09:08 UTC (rev 122044)
@@ -29,8 +29,8 @@
 
     CREATE LANGUAGE plpgsql;
 
-3. If you used a RelStorage 1.5.0 version before version b3, you need to
-   migrate your blob_chunk table schema::
+3. If you used a beta version of RelStorage 1.5.0, you need to migrate
+   your blob_chunk table schema::
 
     CREATE OR REPLACE FUNCTION blob_write(data bytea) RETURNS oid
     AS $blob_write$

Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2011-06-30 04:50:40 UTC (rev 122043)
+++ relstorage/trunk/setup.py	2011-06-30 06:09:08 UTC (rev 122044)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A backend for ZODB that stores pickles in a relational database."""
 
-VERSION = "1.5.0dev"
+VERSION = "1.5.0"
 
 # The choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable



More information about the checkins mailing list