Skip to content

Commit

Permalink
'Automated update v4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Sep 27, 2023
1 parent 8fb43a9 commit 6ec30ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
@@ -1,19 +1,13 @@
# Changelog

## Unreleased
## 4.0.2

Release date: YYYY-MM-DD

Code freeze date: YYYY-MM-DD

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

### Dependency Changes

- `pandas` >=1.5,<2.0 &rarr; >=1.5 (compatibility with pandas 2.x)

### Added

### Changed

- improved integration tests for notebooks and external data apis
Expand All @@ -22,10 +16,6 @@ Code freeze date: YYYY-MM-DD

- implicit casting from `DataArray` to `int` in reading mehtods made explicit [#95](https://github.com/CLIMADA-project/climada_petals/pull/95/files)

### Deprecated

### Removed

## 4.0.1

Release date: 2023-09-06
Expand Down
2 changes: 1 addition & 1 deletion climada_petals/_version.py
@@ -1 +1 @@
__version__ = '4.0.1-dev'
__version__ = '4.0.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
setup(
name='climada_petals',

version='4.0.2-dev',
version='4.0.2',

description='CLIMADA Extensions in Python',

Expand Down

0 comments on commit 6ec30ba

Please sign in to comment.