This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git
The following commit(s) were added to refs/heads/master by this push:
new 3c931fa Update python-phoenixdb version to 1.0.1.dev0
3c931fa is described below
commit 3c931fa9d6523b7d86941432664df2459bcce346
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Sep 18 13:11:09 2020 +0200
Update python-phoenixdb version to 1.0.1.dev0
---
python-phoenixdb/NEWS.rst | 5 +++--
python-phoenixdb/setup.py | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/python-phoenixdb/NEWS.rst b/python-phoenixdb/NEWS.rst
index 819af84..9346caa 100644
--- a/python-phoenixdb/NEWS.rst
+++ b/python-phoenixdb/NEWS.rst
@@ -1,8 +1,9 @@
Changelog
=========
-Unreleased
-----------
+Version 1.0.0
+-------------
+
- Replaced bundled requests_kerberos with request_gssapi library
- Use default SPNEGO Auth settings from request_gssapi
- Refactored authentication code
diff --git a/python-phoenixdb/setup.py b/python-phoenixdb/setup.py
index f7e3124..01ad2a3 100644
--- a/python-phoenixdb/setup.py
+++ b/python-phoenixdb/setup.py
@@ -59,7 +59,7 @@ else:
'Sphinx;python_version>="3.6"',
],
-version = "1.0.0.dev"
+version = "1.0.1.dev0"
setup(
name="phoenixdb",