From a15060b8ba2c319e3d1a95707f8fb825740f5ca7 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 5 Feb 2014 11:17:14 +0100 Subject: [PATCH] version 0.9.2, upstream feature and bugfix release --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 23e9137..9271ae0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.8.3.tar.gz /SQLAlchemy-0.8.4.tar.gz /SQLAlchemy-0.9.1.tar.gz +/SQLAlchemy-0.9.2.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 90a3643..fc29bd7 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -10,7 +10,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -123,6 +123,9 @@ popd %endif # with_python3 %changelog +* Wed Feb 05 2014 Nils Philippsen - 0.9.2-1 +- version 0.9.2, upstream feature and bugfix release + * Tue Jan 07 2014 Nils Philippsen - 0.9.1-1 - version 0.9.1, upstream feature and bugfix release - no need to use 2to3 for python 3.x anymore diff --git a/sources b/sources index 4826d78..7748261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d59a03e56ee37fc7b53ff1ef5f4310d SQLAlchemy-0.9.1.tar.gz +c36a958e46a8514583be82523785269d SQLAlchemy-0.9.2.tar.gz