Skip to content

Commit 304afb4

Browse files
'Automated update v6.0.1'
1 parent bbf53a8 commit 304afb4

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
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

climada/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.1-dev"
1+
__version__ = "6.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setup(
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",

0 commit comments

Comments
 (0)