Skip to content

Commit 15bde4d

Browse files
'Automated update v6.0.0'
1 parent 29d0e2f commit 15bde4d

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 6.0.0
44

5-
Release date: YYYY-MM-DD
6-
7-
Code freeze date: YYYY-MM-DD
8-
9-
### Description
5+
Release date: 2025-03-03
106

117
### Dependency Changes
128

@@ -24,22 +20,14 @@ Updated:
2420
Removed:
2521

2622
- `gfortran`: this conda package conflicts with, e.g., `esmf`, at least on Windows.
27-
For using the `climada_petals.hazard.tc_surge_clawpack` module fortran must be installed natively on the local machine.
23+
For using the `climada_petals.hazard.tc_surge_clawpack` module fortran must be installed natively on the local machine.
2824

2925
### Added
3026

3127
- Included `boario` in the supplychain module [#81](https://github.com/CLIMADA-project/climada_petals/pull/81/)
3228
- Added a Copernicus download function `downloader.py` as part of the `climada.hazard.copernicus_interface` module under construction [#150](https://github.com/CLIMADA-project/climada_petals/pull/150/)
3329
- Update name of IBTrACS file to version 4.1 in tc_rainfield and tc_surge_bathub tests. [#152](https://github.com/CLIMADA-project/climada_petals/pull/152)
3430

35-
### Changed
36-
37-
### Fixed
38-
39-
### Deprecated
40-
41-
### Removed
42-
4331
## 5.0.0
4432

4533
Release date: 2024-07-19

climada_petals/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.0.1-dev'
1+
__version__ = '6.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='5.0.1-dev',
16+
version='6.0.0',
1717

1818
description='CLIMADA Extensions in Python',
1919

0 commit comments

Comments
 (0)