diff --git a/.gitignore b/.gitignore index 28a4dc2..5d38f29 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.9.2.tar.gz /SQLAlchemy-0.9.3.tar.gz /SQLAlchemy-0.9.4.tar.gz +/SQLAlchemy-0.9.6.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 97209d4..d431e4d 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,8 +10,8 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.9.4 -Release: 3%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -123,6 +123,9 @@ popd %endif # with_python3 %changelog +* Mon Jun 30 2014 Nils Philippsen - 0.9.6-1 +- version 0.9.6, upstream feature and bugfix release + * Sat Jun 07 2014 Fedora Release Engineering - 0.9.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index bedf878..a71d788 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c008ea5e2565ec1418ee8461393a99b1 SQLAlchemy-0.9.4.tar.gz +f8494d85834ba6a465b4a32078d36ee8 SQLAlchemy-0.9.6.tar.gz