Skip to content

Commit bf69850

Browse files
'Automated update v4.1.1'
1 parent fa15c83 commit bf69850

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44

55
Release date: 2024-02-14
66

7-
### Dependency Changes
8-
9-
### Added
10-
11-
### Changed
12-
137
### Fixed
148

159
- 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)
1610
- Fix `climada.hazard.trop_cyclone` for TC tracks crossing the antimeridian [#839](https://github.com/CLIMADA-project/climada_python/pull/839)
1711

18-
### Deprecated
19-
20-
### Removed
21-
2212
## 4.1.0
2313

2414
Release date: 2024-02-14

climada/_version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
setup(
3434
name='climada',
3535

36-
version='4.1.1-dev',
36+
version='4.1.1',
3737

3838
description='CLIMADA in Python',
3939

0 commit comments

Comments
 (0)