Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Dec 5, 2023
1 parent 5e2ecd9 commit 15883fa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.7.0 (2023-12-05)

### Feat

- Example notebook is updated
- notebooks are added
- origin closest destination now can be ran without hazard infor in the network and analysis configs

### Fix

- docu typos
- `find_route_ods` now returns a geodataframe without duplicate entries or origin_nodes with multiple names
- Changed output suffix.
- save_shp is updated to the output export shapefile

## v0.6.0 (2023-07-28)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ra2ce"
version = "0.6.0"
version = "0.7.0"
description = "Risk Assessment and Adaptation for Critical infrastructurE (RA2CE)."
authors = ["Margreet van Marle <Margreet.vanMarle@deltares.nl>"]
maintainers = [
Expand Down Expand Up @@ -124,7 +124,7 @@ line_length = 88
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.6.0"
version = "0.7.0"
tag_format = "v$major.$minor.$patch"
version_files= [
"ra2ce/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion ra2ce/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.7.0"

0 comments on commit 15883fa

Please sign in to comment.