diff --git a/.gitignore b/.gitignore index fbd86bf..56f68be 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.11.tar.gz /SQLAlchemy-1.0.12.tar.gz /SQLAlchemy-1.0.13.tar.gz +/SQLAlchemy-1.0.14.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 6cfe088..8f59149 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.13 +Version: 1.0.14 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,7 +125,10 @@ popd %endif # with_python3 %changelog -* Tue May 31 2016 Nils Philippsen +* Thu Aug 18 2016 Nils Philippsen - 1.0.14-1 +- version 1.0.14 + +* Tue May 31 2016 Nils Philippsen - 1.0.14-1 - fix source URL * Tue May 17 2016 Nils Philippsen - 1.0.13-1 diff --git a/sources b/sources index 3c1817d..ebde1a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cef0c4aa0e2464a6f903a9cac9b280d8 SQLAlchemy-1.0.13.tar.gz +173c9d1ea5cf51893e65d213c280bd2a SQLAlchemy-1.0.14.tar.gz