From 1148417584dcf4c20aa76f1fb73d07671766ba7d Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 17 May 2016 10:55:06 +0200 Subject: [PATCH] version 1.0.13 --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index caf99d4..fbd86bf 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.10.tar.gz /SQLAlchemy-1.0.11.tar.gz /SQLAlchemy-1.0.12.tar.gz +/SQLAlchemy-1.0.13.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 39fec89..4b4fbd3 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.12 +Version: 1.0.13 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Tue May 17 2016 Nils Philippsen - 1.0.13-1 +- version 1.0.13 + * Thu Feb 25 2016 Nils Philippsen - 1.0.12-1 - version 1.0.12 diff --git a/sources b/sources index 707c92a..3c1817d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d19ef29883bbebdcac6613cf391cac4 SQLAlchemy-1.0.12.tar.gz +cef0c4aa0e2464a6f903a9cac9b280d8 SQLAlchemy-1.0.13.tar.gz