Update to version 0.9.3

Signed-off-by: Jakub Jedelsky <jakub.jedelsky@gmail.com>
This commit is contained in:
Jakub Jedelsky 2019-06-23 21:44:33 +02:00
commit 76925bf172
3 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,7 @@
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root $RPM_BUILD_ROOT}}
Name: vertica-python
Version: 0.9.2
Version: 0.9.3
Release: 1%{?dist}
Summary: A native Python adapter for the Vertica database
@ -109,6 +109,9 @@ Obsoletes: vertica-python%{python3_pkgversion} < %{version}-%{release}
%changelog
* Sun Jun 23 2019 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.9.3-1
- Update to version 0.9.3
* Fri May 10 2019 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.9.2-1
- Upgrade to version 0.9.2
- Remove of unnecessary requirement (psycopg2)