From 51cc9c1f2020f7c5cf1f6b034446b070a2c7d23c Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Wed, 23 Sep 2015 09:48:45 +0200 Subject: [PATCH] update to version 0.5.1 Signed-off-by: Jakub Jedelsky --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a0c8506..7554e32 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /0.4.5.tar.gz /0.4.6.tar.gz /0.5.0.tar.gz +/0.5.1.tar.gz diff --git a/sources b/sources index f223b0d..cdbb19d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d77b293c32407a55bb3dd221ca5c048 0.5.0.tar.gz +fc335fbe597f2026b6d9255e8cf8f1bf 0.5.1.tar.gz diff --git a/vertica-python.spec b/vertica-python.spec index aa8bed8..e358c00 100644 --- a/vertica-python.spec +++ b/vertica-python.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: vertica-python -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -60,6 +60,9 @@ vertica-python is a native Python adapter for the Vertica %changelog +* Wed Sep 23 2015 Jakub Jedelsky - 0.5.1-1 +- update to version 0.5.1 + * Fri Jul 03 2015 Jakub Jedelsky - 0.5.0-1 - update to version 0.5.0