From a1ca5a860b48fd23bf44627123c8836af05d93d2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 26 2015 14:26:13 +0000 Subject: 0.8.2 --- diff --git a/.gitignore b/.gitignore index 5bf80e7..431c079 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /alembic-0.6.6.tar.gz /alembic-0.7.4.tar.gz /alembic-0.7.6.tar.gz +/alembic-0.8.2.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index 9598488..4cf6752 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -11,8 +11,8 @@ %global modname alembic Name: python-alembic -Version: 0.7.6 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -201,6 +201,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Wed Aug 26 2015 Ralph Bean - 0.8.2-1 +- new version + * Fri Jul 10 2015 Ralph Bean - 0.7.6-3 - Disable tests until sqlalchemy-1.1 is out. There's a bug against MS sql DBs (likely won't affect us). diff --git a/sources b/sources index 9ba7238..c2dded9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99b539f8bb8780047bf90a5951ac5e0e alembic-0.7.6.tar.gz +d8404efb048d282a617ca167fa2275ce alembic-0.8.2.tar.gz