Skip to content

Commit eaa25c9

Browse files
'Automated update v5.0.0'
1 parent e2874ff commit eaa25c9

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.0.0
44

5-
Release date: YYYY-MM-DD
6-
7-
Code freeze date: YYYY-MM-DD
8-
9-
### Description
5+
Release date: 2024-07-19
106

117
### Dependency Changes
128

@@ -20,8 +16,6 @@ Added:
2016
- `seaborn` >=0.13
2117
- `xesmf` >=0.8
2218

23-
### Added
24-
2519
### Changed
2620

2721
- Adaptations to refactoring of the `climada.hazard.Centroids` class, to be compatible with `climada>=5.0` [#122](https://github.com/CLIMADA-project/climada_petals/pull/122)
@@ -33,10 +27,6 @@ Added:
3327
- Update the table of content for the tutorials [#125](https://github.com/CLIMADA-project/climada_petals/pull/125)
3428
- Store all-zero fraction matrices in `LowFlow` and `WildFire` hazards [#129](https://github.com/CLIMADA-project/climada_petals/pull/129) [#131](https://github.com/CLIMADA-project/climada_petals/pull/131)
3529

36-
### Deprecated
37-
38-
### Removed
39-
4030
## 4.1.0
4131

4232
Release date: 2024-02-19

climada_petals/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.1-dev'
1+
__version__ = '5.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
name='climada_petals',
1515

16-
version='4.1.1-dev',
16+
version='5.0.0',
1717

1818
description='CLIMADA Extensions in Python',
1919

0 commit comments

Comments
 (0)