aletrn commited on
Commit
4fc263a
·
1 Parent(s): 78039eb

[chore] bump to version 1.5.2, update changelog

Browse files
Files changed (2) hide show
  1. docs/Changelog.md +4 -0
  2. pyproject.toml +2 -2
docs/Changelog.md CHANGED
@@ -1,5 +1,9 @@
1
  # Changelog
2
 
 
 
 
 
3
  ## Version 1.5.1
4
 
5
  - samgis_core: now support onnxruntime 1.17.x and later
 
1
  # Changelog
2
 
3
+ ## Version 1.5.2
4
+
5
+ - update backend and frontend dependencies
6
+
7
  ## Version 1.5.1
8
 
9
  - samgis_core: now support onnxruntime 1.17.x and later
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "samgis"
3
- version = "1.5.1"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "samgis"
11
- version = "1.5.1"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
 
1
  [tool.poetry]
2
  name = "samgis"
3
+ version = "1.5.2"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
 
8
 
9
  [metadata]
10
  name = "samgis"
11
+ version = "1.5.2"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"