Skip to content

Commit

Permalink
'Automated update v4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Sep 27, 2023
1 parent e41191d commit e412222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Changelog

## Unreleased
## 4.0.1

Release date: YYYY-MM-DD

Code freeze date: YYYY-MM-DD

### Description
Release date: 2023-09-27

### Dependency Changes

Expand All @@ -23,8 +19,6 @@ Removed:

- `matplotlib` >=3.7

### Added

### Changed

- Rearranged file-system structure: `data` directory moved into `climada` package directory. [#781](https://github.com/CLIMADA-project/climada_python/pull/781)
Expand All @@ -33,10 +27,6 @@ Removed:

- `climada.util.coordinates.get_country_code` bug, occurring with non-standard longitudinal coordinates around the anti-meridian. [#770](https://github.com/CLIMADA-project/climada_python/issues/770)

### Deprecated

### Removed

## 4.0.0

Release date: 2023-09-01
Expand Down
2 changes: 1 addition & 1 deletion climada/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0'
__version__ = '4.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name='climada',

version='4.0.1-dev',
version='4.0.1',

description='CLIMADA in Python',

Expand Down

0 comments on commit e412222

Please sign in to comment.