We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ca58f commit 70bffafCopy full SHA for 70bffaf
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "boaviztapi"
3
-version = "1.3.15"
+version = "2.0.0"
4
description = "An API to access Boavizta's methodologies and footprint reference data"
5
authors = []
6
readme = "README.md"
serverless.yml
@@ -10,7 +10,7 @@ provider:
10
path: ./
11
file: Dockerfile
12
buildArgs:
13
- VERSION: "1.3.14"
+ VERSION: "2.0.0"
14
buildOptions:
15
- "--provenance=false"
16
- "--target=lambda-env"
0 commit comments