We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f75759 commit 9b742e4Copy full SHA for 9b742e4
CHANGELOG.md
@@ -4,22 +4,10 @@
4
5
Release date: 2023-09-01
6
7
-### Description
8
-
9
-### Dependency Changes
10
11
-### Added
12
13
-### Changed
14
15
### Fixed
16
17
- `TCForecast` now skips "untrackable" TCs when reading multi-message `.bufr` files [#91](https://github.com/CLIMADA-project/climada_petals/pull/91)
18
19
-### Deprecated
20
21
-### Removed
22
23
## 4.0.0
24
25
climada_petals/_version.py
@@ -1 +1 @@
1
-__version__ = '4.0.0'
+__version__ = '4.0.1'
setup.py
@@ -13,7 +13,7 @@
setup(
name='climada_petals',
- version='4.0.0',
+ version='4.0.1',
description='CLIMADA Extensions in Python',
0 commit comments