From 4ffeb71511156c3df83b7cea8fa774e20691a3f8 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Fri, 11 Dec 2015 11:13:24 +0100 Subject: [PATCH] update to version 0.5.5 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 97956be..f58f40a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /0.5.0.tar.gz /0.5.1.tar.gz /0.5.4.tar.gz +/0.5.5.tar.gz diff --git a/sources b/sources index 08a95c9..162df34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd01e993c41d02e09ebc4a154b7534eb 0.5.4.tar.gz +98810ac9df9518e7ac7629e7cc3d9d57 0.5.5.tar.gz diff --git a/vertica-python.spec b/vertica-python.spec index 2d114ea..4d17ca2 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.4 +Version: 0.5.5 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 +* Fri Dec 11 2015 Jakub Jedelsky - 0.5.5-1 +- update to version 0.5.5 + * Tue Dec 01 2015 Jakub Jedelsky - 0.5.4-1 - update to version 0.5.4