Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Jul 28, 2023
1 parent 7f7b512 commit f0d5fc8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.6.0 (2023-07-28)

### Feat

- Created network wrappers as a separate module
- Extracted logic to generate networks from different sources.
- **osm_network_wrapper.py**: Adde network wrapper to get a clean network from OSM source.
- Added dataclass to represent the Network configuration input data (ini file)

## v0.5.1 (2023-07-26)

### 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.5.1"
version = "0.6.0"
description = "Risk Assessment and Adaptation for Critical infrastructurE (RA2CE)."
authors = ["Margreet van Marle <[email protected]>"]
maintainers = [
Expand Down Expand Up @@ -109,7 +109,7 @@ line_length = 88
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.5.1"
version = "0.6.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.5.1"
__version__ = "0.6.0"

0 comments on commit f0d5fc8

Please sign in to comment.