diff --git a/.gitignore b/.gitignore index 431c079..39b5fde 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /alembic-0.7.4.tar.gz /alembic-0.7.6.tar.gz /alembic-0.8.2.tar.gz +/alembic-0.8.3.tar.gz diff --git a/python-alembic.spec b/python-alembic.spec index 4cf6752..a33ca08 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -11,7 +11,7 @@ %global modname alembic Name: python-alembic -Version: 0.8.2 +Version: 0.8.3 Release: 1%{?dist} Summary: Database migration tool for SQLAlchemy @@ -201,6 +201,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1 %changelog +* Sat Oct 17 2015 Ralph Bean - 0.8.3-1 +- new version + * Wed Aug 26 2015 Ralph Bean - 0.8.2-1 - new version diff --git a/sources b/sources index c2dded9..6a7824c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8404efb048d282a617ca167fa2275ce alembic-0.8.2.tar.gz +2e4ef17675316af9f09d749b0aee390e alembic-0.8.3.tar.gz