Update to 0.5.0

This commit is contained in:
Ralph Bean 2013-04-10 16:26:33 -04:00
parent 6e19efc608
commit 728454eda2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/alembic-0.3.4.tar.gz /alembic-0.3.4.tar.gz
/alembic-0.4.2.tar.gz /alembic-0.4.2.tar.gz
/alembic-0.5.0.tar.gz

View File

@ -5,7 +5,7 @@
%global modname alembic %global modname alembic
Name: python-alembic Name: python-alembic
Version: 0.4.2 Version: 0.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
@ -189,6 +189,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog %changelog
* Wed Apr 10 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-1
- Update to 0.5.0
* Thu Mar 14 2013 Pádraig Brady <pbrady@redhat.com> - 0.4.2-1 * Thu Mar 14 2013 Pádraig Brady <pbrady@redhat.com> - 0.4.2-1
- Update to 0.4.2 - Update to 0.4.2

View File

@ -1 +1 @@
c64b9e8928e13df0b68fb6207ba45675 alembic-0.4.2.tar.gz e22d10fd885473eccc9c8c75238e97ce alembic-0.5.0.tar.gz