From 47a73ecb76165ff3afdd5b6358bdf5126e9aee02 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 17 Sep 2016 10:27:41 -0600 Subject: [PATCH] Update to 0.8.8. Fixes bug #1376235 --- .gitignore | 1 + python-alembic.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6aca8f3..70dbf44 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-alembic.spec b/python-alembic.spec index 4f19756..ee3be10 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -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 - 0.8.8-1 +- Update to 0.8.8. Fixes bug #1376235 + * Wed Jul 27 2016 Ralph Bean - 0.8.7-1 - new version diff --git a/sources b/sources index 2bec7ca..a055b67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d139806b5480c0c5e995ac1774579e1 alembic-0.8.7.tar.gz +f78694082f8e218c11cd8c30211a73ea alembic-0.8.8.tar.gz