diff --git a/.gitignore b/.gitignore index 2c424ae..5bf80e7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /alembic-0.6.5.tar.gz /alembic-0.6.6.tar.gz /alembic-0.7.4.tar.gz +/alembic-0.7.6.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index 7ab3a5c..13276c9 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -11,8 +11,8 @@ %global modname alembic Name: python-alembic -Version: 0.7.4 -Release: 2%{?dist} +Version: 0.7.6 +Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -200,6 +200,9 @@ popd %changelog +* Wed May 06 2015 Ralph Bean - 0.7.6-1 +- new version + * Mon Mar 16 2015 Ralph Bean - 0.7.4-2 - Merge in epel7 compat changes to the spec file. - Drop patch for epel7, no longer needed with modern upstream. diff --git a/sources b/sources index 0ce3ba9..9ba7238 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69770193eb514fb024f188406f6579b8 alembic-0.7.4.tar.gz +99b539f8bb8780047bf90a5951ac5e0e alembic-0.7.6.tar.gz