Skip to content

Commit abc4975

Browse files
committed
releasing 0.0.5
1 parent c9e0c53 commit abc4975

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## Changes in version 0.0.5 (in development)
2-
1+
## Changes in version 0.0.5
32

43
- In `s2gos_client`:
54
- Improved error handling (#54)

pixi.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "s2gos-controller"
3-
version = "0.0.5.dev"
3+
version = "0.0.5"
44
description = "S2GOS control layer comprising a server and client"
55
requires-python = ">=3.10"
66

s2gos-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "s2gos-client"
7-
version = "0.0.5.dev"
7+
version = "0.0.5"
88
description = "Python client for the ESA DTE-S2GOS synthetic scene generator service"
99
readme = "README.md"
1010
authors = [

s2gos-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "s2gos-common"
7-
version = "0.0.5.dev"
7+
version = "0.0.5"
88
description = "Python data models for the ESA DTE-S2GOS synthetic scene generator service"
99
readme = "README.md"
1010
authors = [

s2gos-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "s2gos-server"
7-
version = "0.0.5.dev"
7+
version = "0.0.5"
88
description = "Python server for the ESA DTE-S2GOS synthetic scene generator service"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)