]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
move from pXXX to 0.5.5 [ticket:1427]
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jun 2009 15:50:04 +0000 (15:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jun 2009 15:50:04 +0000 (15:50 +0000)
CHANGES
lib/sqlalchemy/__init__.py

diff --git a/CHANGES b/CHANGES
index f240f2d0b2c5e831ee9e5fc9383f42073ad1b7b3..63cf4ff3b62af7a3b5b6393975f63a40868aaf64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@
 CHANGES
 =======
 
-0.5.4p3
+0.5.5
 =======
 - orm
     - Fixed bug introduced in 0.5.4 whereby Composite types
index e8c28cac2413b85ec044708a93f1594c39726d58..ddbbb7b7eddb5cd0e12e54c9766d0ca25cb33e5e 100644 (file)
@@ -107,6 +107,6 @@ from sqlalchemy.engine import create_engine, engine_from_config
 __all__ = sorted(name for name, obj in locals().items()
                  if not (name.startswith('_') or inspect.ismodule(obj)))
                  
-__version__ = '0.5.4p3'
+__version__ = '0.5.5'
 
 del inspect, sys