Skip to content

Commit

Permalink
Merge branch 'develop' into feature/centroids_as_gdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahan Kropf committed Sep 28, 2023
2 parents fb374d3 + 1dae5a7 commit 4119f33
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@ Removed:

### Changed

### Fixed

### Deprecated

### Removed

## 4.0.1

Release date: 2023-09-27

### Dependency Changes

Added:

- `matplotlib-base` None → >=3.8

Changed:

- `geopandas` >=0.13 → >=0.14
- `pandas` >=1.5,<2.0 &rarr; >=2.1

Removed:

- `matplotlib` >=3.7

### Changed

- Rearranged file-system structure: `data` directory moved into `climada` package directory. [#781](https://github.com/CLIMADA-project/climada_python/pull/781)

### Fixed
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.1'
__version__ = '4.0.2-dev'
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',
version='4.0.2-dev',

description='CLIMADA in Python',

Expand Down

0 comments on commit 4119f33

Please sign in to comment.