Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Dec 9, 2022
1 parent dd9629f commit 1fecfda
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 38 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ Please refer to [this document](/docs/CONTRIBUTING.md).
## Development Setup

Please refer to the [development setup documentation](/docs/development-setup.md).

## Funding

The initial proof of concept has been developed in the project T2S Waterproofing Data which is financially supported by the Belmont Forum
and NORFACE Joint Research Programme on Transformations to Sustainability, co-funded by DLR/BMBF (Federal Ministry of
Education and Research) as part of its Social-Ecological Research funding priority, ESRC/Global Challenges Research
Fund (ES/S006982/1), FAPESP and the European Commission through Horizon 2020. Additional work on the Sketch Map Tool has
been financially supported by the German Red Cross. The ongoing work takes place at [HeiGIT](https://heigit.org).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketch-map-tool",
"version": "0.9.0",
"version": "1.0.0",
"description": "",
"watch": {
"build": {
Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sketch_map_tool"
version = "0.9.0"
version = "1.0.0"
description = ""
authors = ["HeiGIT <info@heigit.org>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sketch_map_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from sketch_map_tool.config import get_config_value

__version__ = "0.9.0"
__version__ = "1.0.0"


def make_flask() -> Flask:
Expand Down

0 comments on commit 1fecfda

Please sign in to comment.