From 23e11d1cace02fd11e19afc87bd147f9677150c0 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 17 Apr 2015 16:52:29 +0200 Subject: [PATCH] version 1.0.0, upstream feature release --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 775fa04..ddc148e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.9.7.tar.gz /SQLAlchemy-0.9.8.tar.gz /SQLAlchemy-0.9.9.tar.gz +/SQLAlchemy-1.0.0.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 3fa2553..a65c334 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.9.9 +Version: 1.0.0 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Fri Apr 17 2015 Nils Philippsen - 1.0.0-1 +- version 1.0.0, upstream feature release + * Fri Apr 10 2015 Nils Philippsen - 0.9.9-1 - version 0.9.9, upstream feature and bugfix release diff --git a/sources b/sources index 34e1923..9c93d88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a10a9bd13ed3336ef7333ac2cc679ff SQLAlchemy-0.9.9.tar.gz +4e6835135f13fe00ac7f3d175d7e4e08 SQLAlchemy-1.0.0.tar.gz