Skip to content

Commit f589b87

Browse files
committed
DOC: Update service revision tag
1 parent e85b384 commit f589b87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from octue.resources import Child, Dataset, Manifest
2525

2626
# Point to your data service
2727
child = Child(
28-
id="my-org/openfast-service:0.10.1",
28+
id="my-org/openfast-service:0.10.2",
2929
backend={"name": "GCPPubSubBackend", "project_name": "my-project"},
3030
)
3131

@@ -48,4 +48,4 @@ the service supports.
4848

4949
| `openfast-service` versions | OpenFAST version |
5050
|-----------------------------| ---------------- |
51-
| `<=0.10.1` | `3.5.3` |
51+
| `<=0.10.2` | `3.5.3` |

tests/test_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
apply_log_handler()
88

99

10-
SRUID = "octue/openfast-service:0.10.1"
10+
SRUID = "octue/openfast-service:0.10.2"
1111

1212

1313
@unittest.skipUnless(

0 commit comments

Comments
 (0)