Skip to content

Commit 9ef98c3

Browse files
setup develop branch for v4.1.2-dev
1 parent 27b9e80 commit 9ef98c3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Code freeze date: YYYY-MM-DD
1616

1717
### Fixed
1818

19-
- 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)
20-
- Fix `climada.hazard.trop_cyclone` for TC tracks crossing the antimeridian [#839](https://github.com/CLIMADA-project/climada_python/pull/839)
21-
2219
### Deprecated
2320

2421
### Removed
@@ -27,6 +24,15 @@ Code freeze date: YYYY-MM-DD
2724

2825
Release date: 2024-02-14
2926

27+
### Fixed
28+
29+
- 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)
30+
- Fix `climada.hazard.trop_cyclone` for TC tracks crossing the antimeridian [#839](https://github.com/CLIMADA-project/climada_python/pull/839)
31+
32+
## 4.1.0
33+
34+
Release date: 2024-02-14
35+
3036
### Dependency Changes
3137

3238
Added:

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.2-dev'

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.2-dev',
3737

3838
description='CLIMADA in Python',
3939

0 commit comments

Comments
 (0)