Update to 0.8.8. Fixes bug #1376235
This commit is contained in:
parent
9e1dd60cf8
commit
47a73ecb76
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/alembic-0.8.5.tar.gz
|
/alembic-0.8.5.tar.gz
|
||||||
/alembic-0.8.6.tar.gz
|
/alembic-0.8.6.tar.gz
|
||||||
/alembic-0.8.7.tar.gz
|
/alembic-0.8.7.tar.gz
|
||||||
|
/alembic-0.8.8.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 0.8.7
|
Version: 0.8.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Database migration tool for SQLAlchemy
|
Summary: Database migration tool for SQLAlchemy
|
||||||
|
|
||||||
@ -203,6 +203,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 27 2016 Ralph Bean <rbean@redhat.com> - 0.8.7-1
|
||||||
- new version
|
- new version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user