Skip to content

Commit

Permalink
'Automated update v4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Sep 1, 2023
1 parent 2efd3c9 commit 1833579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
# Changelog

## Unreleased
## 4.0.0

Release date: YYYY-MM-DD

Code freeze date: YYYY-MM-DD
Release date: 2023-09-01

### Dependency Changes

Upgraded:

- shapely `1.8` -> `2.0` ([#80](https://github.com/CLIMADA-project/climada_petals/pull/80))

### Added

### Changed

- refactored `climada_petals.river_flood.RiverFlood.from_nc`, removing calls to `set_raster` ([#80](https://github.com/CLIMADA-project/climada_petals/pull/80))
- Replace `tag` attribute with string `description` in classes derived from `Exposure` [#89](https://github.com/CLIMADA-project/climada_petals/pull/89)

### Fixed

### Deprecated

### Removed

- `tag` attribute from hazard classes [#88](https://github.com/CLIMADA-project/climada_petals/pull/88)
Expand Down
2 changes: 1 addition & 1 deletion climada_petals/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.3.2'
__version__ = '4.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='climada_petals',

version='3.3.2',
version='4.0.0',

description='CLIMADA Extensions in Python',

Expand Down

0 comments on commit 1833579

Please sign in to comment.