diff --git a/.gitignore b/.gitignore index 89d55c4..072f7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.1.0.tar.gz /SQLAlchemy-1.1.1.tar.gz /SQLAlchemy-1.1.2.tar.gz +/SQLAlchemy-1.1.3.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 216a0ee..6cbd625 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Mon Oct 31 2016 Kevin Fenzi - 1.1.3-1 +- Update to 1.1.3. Fixes bug #1389638 + * Tue Oct 18 2016 Kevin Fenzi - 1.1.2-1 - Update to 1.1.2. Fixes bug #1385990 diff --git a/sources b/sources index 54a0861..7610977 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b7f4029a9825ceaf39eeff2a6fcf3b9 SQLAlchemy-1.1.2.tar.gz +d3a1e8d18f1e51a561db339b847ede0f SQLAlchemy-1.1.3.tar.gz