Skip to content

Commit a591125

Browse files
committed
Version 3.7.0
1 parent edb02ed commit a591125

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This repo contains the main data model for the Starwit Awareness Engine (SAE). S
66

77
### Python / Poetry
88
- Add the following to your `pyproject.toml` dependencies section\
9-
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.6.0" }`
9+
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.7.0" }`
1010

1111
### Java / Maven
1212
- Add dependency to your project:
1313
```xml
1414
<dependency>
1515
<groupId>de.starwit</groupId>
1616
<artifactId>vision-api</artifactId>
17-
<version>3.6.0</version>
17+
<version>3.7.0</version>
1818
</dependency>
1919
```
2020
- Add maven repository to your `~/.m2/settings.xml` (adapt example / your config as necessary):
@@ -82,6 +82,9 @@ This repo contains the main data model for the Starwit Awareness Engine (SAE). S
8282
```
8383

8484
## Changelog
85+
### 3.7.0
86+
- Add `EventMessage` to sae namespace
87+
8588
### 3.6.0
8689
- Add `raw_geo_coordinate` and `movement_vector` to `PositionMessage`
8790

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.7.0

java/visionapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>vision-api</artifactId>
77

88
<packaging>jar</packaging>
9-
<version>3.6.0</version>
9+
<version>3.7.0</version>
1010
<name>visionapi</name>
1111
<url>https://github.com/starwit/vision-api</url>
1212

python/visionapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "visionapi"
3-
version = "3.6.0"
3+
version = "3.7.0"
44
description = ""
55
authors = ["flonix8 <flstanek@googlemail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)