Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grainier committed Sep 30, 2019
1 parent e33e4d4 commit 2c537cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Tests/SiddhiCoreTests/Resources/Extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@

<groupId>io.siddhi.python.api</groupId>
<artifactId>siddhi-python-api-extensions-downloader-for-tests</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<description>Downloads extensions (JARS) used by Siddhi Python API Tests</description>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>io.siddhi.extension.execution.string</groupId>
<artifactId>siddhi-execution-string</artifactId>
<version>5.0.1</version>
<version>5.0.5</version>
</dependency>
<dependency>
<groupId>io.siddhi.extension.execution.math</groupId>
<artifactId>siddhi-execution-math</artifactId>
<version>5.0.0</version>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 3 additions & 2 deletions __PySiddhiProxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@

<groupId>io.siddhi.python.api</groupId>
<artifactId>siddhi-python-api-proxy</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>

<dependencies>
<dependency>
<groupId>io.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
<version>5.0.0</version>
<version>5.1.5</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -125,6 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/> `export SIDDHISDK_HOME="<path-to-siddhi-sdk>"`
- Download siddhi-python-api-proxy-5.0.0.jar from [here](https://github.com/siddhi-io/PySiddhi/releases) and copy to `<SIDDHISDK_HOME>/lib` directory
- Download siddhi-python-api-proxy-5.1.0.jar from [here](https://github.com/siddhi-io/PySiddhi/releases) and copy to `<SIDDHISDK_HOME>/lib` directory

### Install PySiddhi via Python Package Management

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'"],
Expand Down

0 comments on commit 2c537cd

Please sign in to comment.