This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new ed8edb334 RANGER-3969: Python client updated with fix to use correct
path seperator
ed8edb334 is described below
commit ed8edb334eecf04733e0a82310e33d2b218ee2e4
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Nov 21 14:31:29 2022 -0800
RANGER-3969: Python client updated with fix to use correct path seperator
(cherry picked from commit 36b17036d72c9e3cb0626a8375c8c3288df56213)
---
intg/src/main/python/README.md | 2 +-
intg/src/main/python/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/intg/src/main/python/README.md b/intg/src/main/python/README.md
index 777645b53..f21628fb0 100644
--- a/intg/src/main/python/README.md
+++ b/intg/src/main/python/README.md
@@ -35,7 +35,7 @@ Verify if apache-ranger client is installed:
Package Version
------------ ---------
-apache-ranger 0.0.5
+apache-ranger 0.0.7
```
## Usage
diff --git a/intg/src/main/python/setup.py b/intg/src/main/python/setup.py
index 007b2e11e..8ea476320 100644
--- a/intg/src/main/python/setup.py
+++ b/intg/src/main/python/setup.py
@@ -27,7 +27,7 @@ with open("README.md", "r") as fh:
setup(
name="apache-ranger",
- version="0.0.5",
+ version="0.0.7",
author="Apache Ranger",
author_email="[email protected]",
description="Apache Ranger Python client",