diff --git a/.gitignore b/.gitignore index 9271ae0..8821ae0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.8.4.tar.gz /SQLAlchemy-0.9.1.tar.gz /SQLAlchemy-0.9.2.tar.gz +/SQLAlchemy-0.9.3.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index fc29bd7..4c85a93 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -123,6 +123,9 @@ popd %endif # with_python3 %changelog +* Thu Feb 20 2014 Nils Philippsen - 0.9.3-1 +- version 0.9.3, upstream feature and bugfix release + * Wed Feb 05 2014 Nils Philippsen - 0.9.2-1 - version 0.9.2, upstream feature and bugfix release diff --git a/sources b/sources index 7748261..9dc76bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c36a958e46a8514583be82523785269d SQLAlchemy-0.9.2.tar.gz +a27989b9d4b3f14ea0b1600aa45559c4 SQLAlchemy-0.9.3.tar.gz