Skip to content

Commit 7b558ac

Browse files
committed
clean-up
1 parent 093723a commit 7b558ac

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- draft
8-
- draft-2.0
98
- master
109
jobs:
1110
deploy:

tests/docs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
props: {
114114
document: 'processes.json',
115115
categorize: true,
116-
apiVersion: '1.1.0',
117-
title: 'openEO processes (draft)',
116+
apiVersion: '1.2.0',
117+
title: 'openEO processes (2.0.0-rc.1)',
118118
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.'
119119
}
120120
})

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/processes",
3-
"version": "2.0.0",
3+
"version": "2.0.0-rc.1",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)