Skip to content

Commit

Permalink
setup develop branch for v5.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
climada-jenkins committed Jul 19, 2024
1 parent 70ddc93 commit 46c4852
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Code freeze date: YYYY-MM-DD

### Dependency Changes

### Added

### Changed

### Fixed

### Deprecated

### Removed

## 5.0.0

Release date: 2024-07-19

### Dependency Changes

Added:

- `bayesian-optimization`
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.2-dev'
__version__ = '5.0.1-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.1.2-dev',
version='5.0.1-dev',

description='CLIMADA in Python',

Expand Down

0 comments on commit 46c4852

Please sign in to comment.