From 27f6747718c4c43239b26deef4bd8b98ad4e4ae8 Mon Sep 17 00:00:00 2001 From: Jakub Jedelsky Date: Mon, 22 Jun 2015 23:33:45 +0200 Subject: [PATCH] update to version 0.4.6 --- .gitignore | 1 + sources | 2 +- vertica-python.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 636f9fe..f2e5534 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /v0.3.5.tar.gz /0.3.6.tar.gz /0.4.5.tar.gz +/0.4.6.tar.gz diff --git a/sources b/sources index 6b1a575..f3a6a18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7159b6752daaf20c37ee7c75039db78c 0.4.5.tar.gz +0777837dd30b2a150669b8e8dbb319b4 0.4.6.tar.gz diff --git a/vertica-python.spec b/vertica-python.spec index ea347b4..bf5d39c 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.4.5 +Version: 0.4.6 Release: 1%{?dist} Summary: A native Python adapter for the Vertica database @@ -57,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica %changelog +* Mon Jun 22 2015 Jakub Jedelsky - 0.4.6-1 +- update to version 0.4.6 + * Tue Jun 16 2015 Jakub Jedelsky - 0.4.5-1 - update to version 0.4.5