File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
given-names : " Alexander"
9
9
orcid : https://orcid.org/0000-0003-4386-4450
10
10
title : " pydggsapi: A python FastAPI OGC DGGS API implementation"
11
- version : " 0.1.3 "
11
+ version : " 0.1.4 "
12
12
doi : none
13
13
date-released : 2025-03-01
14
14
url : " https://github.com/LandscapeGeoinformatics/pydggsapi/"
Original file line number Diff line number Diff line change 1
1
# pydggsapi
2
2
3
- ![ Version] ( https://img.shields.io/badge/version-1.3.0 -blue )
3
+ ![ Version] ( https://img.shields.io/badge/version-0.1.4 -blue )
4
4
5
5
A python FastAPI OGC DGGS API implementation
6
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ LABEL description.short="DGGS API"
3
3
LABEL description.long="OGC API for DGGS (Discretized Global Grid System) data management and processing."
4
4
LABEL maintainer=
"Francis Charette-Migneault <[email protected] >"
5
5
LABEL vendor="CRIM"
6
- LABEL version="0.1.3 "
6
+ LABEL version="0.1.4 "
7
7
8
8
ARG DGGRID_VERSION=8.41
9
9
Original file line number Diff line number Diff line change 15
15
author = 'Wai Tik Chan, Alexander Kmoch'
16
16
release = '2025'
17
17
18
- release = '0.1.3 '
19
- version = '0.1.3 '
18
+ release = '0.1.4 '
19
+ version = '0.1.4 '
20
20
21
21
# -- General configuration ---------------------------------------------------
22
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 44
44
def my_schema ():
45
45
openapi_schema = get_openapi (
46
46
title = "pydggsapi: A python FastAPI OGC DGGS API implementation" ,
47
- version = "1.3.0 " ,
47
+ version = "0.1.4 " ,
48
48
routes = app .routes
49
49
)
50
50
51
51
openapi_schema ["info" ] = {
52
52
"title" : "pydggsapi: A python FastAPI OGC DGGS API implementation" ,
53
- "version" : "1.3.0 " ,
53
+ "version" : "0.1.4 " ,
54
54
"description" : "A python FastAPI OGC DGGS API implementation" ,
55
55
"termsOfService" : "https://creativecommons.org/licenses/by/4.0/" ,
56
56
"contact" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "pydggsapi"
3
3
4
4
[project ]
5
5
name = " pydggsapi"
6
- version = " 0.1.3 "
6
+ version = " 0.1.4 "
7
7
description = " A python FastAPI OGC DGGS API implementation"
8
8
license = " Apache-2.0"
9
9
license-files = [" LICENSE" ]
@@ -57,7 +57,7 @@ minversion = "6.0"
57
57
# addopts = "-ra -s"
58
58
59
59
[tool .bumpversion ]
60
- current_version = " 1.3.0 "
60
+ current_version = " 0.1.4 "
61
61
parse = """ (?x)
62
62
(?P<major>0|[1-9]\\ d*)\\ .
63
63
(?P<minor>0|[1-9]\\ d*)\\ .
You can’t perform that action at this time.
0 commit comments