Skip to content

Commit

Permalink
'Automated update v4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Feb 21, 2024
1 parent fa15c83 commit bf69850
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@

Release date: 2024-02-14

### Dependency Changes

### Added

### Changed

### Fixed

- Fix `util.coordinates.latlon_bounds` for cases where the specified buffer is very large so that the bounds cover more than the full longitudinal range `[-180, 180]` [#839](https://github.com/CLIMADA-project/climada_python/pull/839)
- Fix `climada.hazard.trop_cyclone` for TC tracks crossing the antimeridian [#839](https://github.com/CLIMADA-project/climada_python/pull/839)

### Deprecated

### Removed

## 4.1.0

Release date: 2024-02-14
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.1.1-dev'
__version__ = '4.1.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.1.1-dev',
version='4.1.1',

description='CLIMADA in Python',

Expand Down

0 comments on commit bf69850

Please sign in to comment.