Update to 0.8.8. Fixes bug #1376235

This commit is contained in:
Kevin Fenzi 2016-09-17 10:27:41 -06:00
parent 9e1dd60cf8
commit 47a73ecb76
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/alembic-0.8.5.tar.gz
/alembic-0.8.6.tar.gz
/alembic-0.8.7.tar.gz
/alembic-0.8.8.tar.gz

View File

@ -11,7 +11,7 @@
%global modname alembic
Name: python-alembic
Version: 0.8.7
Version: 0.8.8
Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy
@ -203,6 +203,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog
* Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 0.8.8-1
- Update to 0.8.8. Fixes bug #1376235
* Wed Jul 27 2016 Ralph Bean <rbean@redhat.com> - 0.8.7-1
- new version

View File

@ -1 +1 @@
1d139806b5480c0c5e995ac1774579e1 alembic-0.8.7.tar.gz
f78694082f8e218c11cd8c30211a73ea alembic-0.8.8.tar.gz