diff --git a/.gitignore b/.gitignore index 72ab9be..94465c1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /alembic-0.4.2.tar.gz /alembic-0.5.0.tar.gz /alembic-0.6.2.tar.gz +/alembic-0.6.3.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index 93b2d4a..e571964 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -5,8 +5,8 @@ %global modname alembic Name: python-alembic -Version: 0.6.2 -Release: 2%{?dist} +Version: 0.6.3 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -187,6 +187,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Tue Feb 04 2014 Ralph Bean - 0.6.3-1 +- Latest upstream. + * Tue Jan 28 2014 Ralph Bean - 0.6.2-2 - Simplify some nested conditionals. - Attempt a better rhel conditional. diff --git a/sources b/sources index b98a21e..6dd86f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cc7ffe6ade6fe7daa5bcab3d5dc8013 alembic-0.6.2.tar.gz +4de9d0eac258d1ffe67895cedc0e0fd6 alembic-0.6.3.tar.gz