]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- update version + CHANGES for rff49b7fe01b4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Feb 2012 14:51:53 +0000 (09:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Feb 2012 14:51:53 +0000 (09:51 -0500)
CHANGES
alembic/__init__.py

diff --git a/CHANGES b/CHANGES
index eaea5ca6939e6030f0889fbad7c411c10943c37f..6bdca5184c186dac8435bd53fbf9783342b39c22 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.2.2
+=====
+- [bug] setup.py won't install argparse if on
+  Python 2.7/3.2
+
 0.2.1
 =====
 - [bug] Fixed the generation of CHECK constraint,
index 500a414dab2278d24a85f0379642faace0581be8..7c50518945b827f974b1d209b6128a9996f5bc50 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.2.1'
+__version__ = '0.2.2'
 
 package_dir = path.abspath(path.dirname(__file__))