0.8.2
This commit is contained in:
parent
d294a2f77b
commit
a1ca5a860b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/alembic-0.6.6.tar.gz
|
/alembic-0.6.6.tar.gz
|
||||||
/alembic-0.7.4.tar.gz
|
/alembic-0.7.4.tar.gz
|
||||||
/alembic-0.7.6.tar.gz
|
/alembic-0.7.6.tar.gz
|
||||||
|
/alembic-0.8.2.tar.gz
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 0.7.6
|
Version: 0.8.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Database migration tool for SQLAlchemy
|
Summary: Database migration tool for SQLAlchemy
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -201,6 +201,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 26 2015 Ralph Bean <rbean@redhat.com> - 0.8.2-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-3
|
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-3
|
||||||
- Disable tests until sqlalchemy-1.1 is out. There's a bug against
|
- Disable tests until sqlalchemy-1.1 is out. There's a bug against
|
||||||
MS sql DBs (likely won't affect us).
|
MS sql DBs (likely won't affect us).
|
||||||
|
Loading…
Reference in New Issue
Block a user