diff --git a/.gitignore b/.gitignore index 6c10bed..c7d9efa 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.13.tar.gz /SQLAlchemy-1.0.14.tar.gz /SQLAlchemy-1.1.0.tar.gz +/SQLAlchemy-1.1.1.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1d1f2af..7059aac 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Mon Oct 10 2016 Nils Philippsen - 1.1.1-1 +- version 1.1.1 + * Thu Oct 06 2016 Kevin Fenzi - 1.1.0-1 - Update to 1.1.0. Fixes bug #1382203 diff --git a/sources b/sources index 3d3a8e7..956667e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30f47273d7d14d1021ca964a6c083960 SQLAlchemy-1.1.0.tar.gz +21d37532c7eff674d303c94dee45c07c SQLAlchemy-1.1.1.tar.gz