diff --git a/.gitignore b/.gitignore index a604ac0..23e9137 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.8.2.tar.gz /SQLAlchemy-0.8.3.tar.gz /SQLAlchemy-0.8.4.tar.gz +/SQLAlchemy-0.9.1.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index e65750a..d8a3290 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.8.4 +Version: 0.9.1 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -127,6 +127,9 @@ popd %endif # with_python3 %changelog +* Tue Jan 07 2014 Nils Philippsen - 0.9.1-1 +- version 0.9.1, upstream feature and bugfix release + * Mon Dec 09 2013 Nils Philippsen - 0.8.4-1 - version 0.8.4, upstream bugfix release diff --git a/sources b/sources index cb342a2..4826d78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd517e1bb4031cac1e3fa00108111b38 SQLAlchemy-0.8.4.tar.gz +4d59a03e56ee37fc7b53ff1ef5f4310d SQLAlchemy-0.9.1.tar.gz