File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed
Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 6.0.1
44
5- Release date: YYYY-MM-DD
6-
7- Code freeze date: YYYY-MM-DD
8-
9- ### Description
10-
11- ### Dependency Changes
12-
13- ### Added
14-
15- ### Changed
5+ Release date: 2025-03-13
166
177### Fixed
188
199- bug in ` climada.util.coordinates.bounding_box_from_countries ` occurring if the country is a polygon and not a multipolygon
20- [ #1018 ] ( https://github.com/CLIMADA-project/climada_python/pull/1018 )
21-
22- ### Deprecated
23-
24- ### Removed
10+ [ #1018 ] ( https://github.com/CLIMADA-project/climada_python/pull/1018 )
2511
2612## 6.0.0
2713
Original file line number Diff line number Diff line change 1- __version__ = "6.0.1-dev "
1+ __version__ = "6.0.1"
Original file line number Diff line number Diff line change 4343
4444setup (
4545 name = "climada" ,
46- version = "6.0.1-dev " ,
46+ version = "6.0.1" ,
4747 description = "CLIMADA in Python" ,
4848 long_description = long_description ,
4949 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments