From 230e5290fac5cfb022761fd2b455d16c860127ed Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 10 Apr 2015 11:29:02 +0200 Subject: [PATCH] version 0.9.9, 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 7d3aed9..775fa04 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.9.6.tar.gz /SQLAlchemy-0.9.7.tar.gz /SQLAlchemy-0.9.8.tar.gz +/SQLAlchemy-0.9.9.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index af10833..3fa2553 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.9.8 +Version: 0.9.9 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Fri Apr 10 2015 Nils Philippsen - 0.9.9-1 +- version 0.9.9, upstream feature and bugfix release + * Wed Oct 15 2014 Nils Philippsen - 0.9.8-1 - version 0.9.8, upstream feature and bugfix release - avoid using unversioned python macros diff --git a/sources b/sources index 9c24845..34e1923 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -470ca4da4a0081efc830f0d90dd91682 SQLAlchemy-0.9.8.tar.gz +8a10a9bd13ed3336ef7333ac2cc679ff SQLAlchemy-0.9.9.tar.gz