update to version 0.4.6
This commit is contained in:
parent
ad57b55a92
commit
27f6747718
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/v0.3.5.tar.gz
|
||||
/0.3.6.tar.gz
|
||||
/0.4.5.tar.gz
|
||||
/0.4.6.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7159b6752daaf20c37ee7c75039db78c 0.4.5.tar.gz
|
||||
0777837dd30b2a150669b8e8dbb319b4 0.4.6.tar.gz
|
||||
|
|
|
|||
|
|
@ -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 <jakub.jedelsky@gmail.com> - 0.4.6-1
|
||||
- update to version 0.4.6
|
||||
|
||||
* Tue Jun 16 2015 Jakub Jedelsky <jakub.jedelsky@gamil.com> - 0.4.5-1
|
||||
- update to version 0.4.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue