From 2c537cdcbc999f89a36607e04076b1ecdac5d494 Mon Sep 17 00:00:00 2001 From: Grainier Date: Mon, 30 Sep 2019 18:54:41 +0530 Subject: [PATCH] Bump version to 5.1.0 --- Tests/SiddhiCoreTests/Resources/Extensions/pom.xml | 6 +++--- __PySiddhiProxy/pom.xml | 5 +++-- docs/Installation-Guide.md | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Tests/SiddhiCoreTests/Resources/Extensions/pom.xml b/Tests/SiddhiCoreTests/Resources/Extensions/pom.xml index b3245cb..bb83183 100644 --- a/Tests/SiddhiCoreTests/Resources/Extensions/pom.xml +++ b/Tests/SiddhiCoreTests/Resources/Extensions/pom.xml @@ -24,7 +24,7 @@ io.siddhi.python.api siddhi-python-api-extensions-downloader-for-tests - 5.0.0 + 5.1.0 Downloads extensions (JARS) used by Siddhi Python API Tests pom @@ -32,12 +32,12 @@ io.siddhi.extension.execution.string siddhi-execution-string - 5.0.1 + 5.0.5 io.siddhi.extension.execution.math siddhi-execution-math - 5.0.0 + 5.0.3 org.apache.commons diff --git a/__PySiddhiProxy/pom.xml b/__PySiddhiProxy/pom.xml index 7d17394..86ea9bb 100644 --- a/__PySiddhiProxy/pom.xml +++ b/__PySiddhiProxy/pom.xml @@ -24,13 +24,13 @@ io.siddhi.python.api siddhi-python-api-proxy - 5.0.0 + 5.1.0 io.siddhi siddhi-core - 5.0.0 + 5.1.5 @@ -125,6 +125,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 1.7 1.7 diff --git a/docs/Installation-Guide.md b/docs/Installation-Guide.md index d55ba84..83cb095 100644 --- a/docs/Installation-Guide.md +++ b/docs/Installation-Guide.md @@ -38,7 +38,7 @@ PySiddhi can be installed using one of the following methods. - Maven _(Only to build from Source)_ - Download siddhi-sdk release from [here](https://github.com/siddhi-io/siddhi-sdk/releases) and set the SIDDHISDK_HOME as an environment variable.
`export SIDDHISDK_HOME=""` -- Download siddhi-python-api-proxy-5.0.0.jar from [here](https://github.com/siddhi-io/PySiddhi/releases) and copy to `/lib` directory +- Download siddhi-python-api-proxy-5.1.0.jar from [here](https://github.com/siddhi-io/PySiddhi/releases) and copy to `/lib` directory ### Install PySiddhi via Python Package Management diff --git a/setup.py b/setup.py index 490067d..ad45050 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): setup( name="PySiddhi", - version="5.0.0", + version="5.1.0", packages=filtered_packages, python_requires='>=2.7, >=3.6', install_requires=["requests","pyjnius", "future", "enum34 ; python_version<'4'"],