Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eWaterCycle/ewatercycle
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 10, 2021
2 parents 4a36de7 + cbb9426 commit 6ed368b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0

[bumpversion:file:ewatercycle/version.py]
search = __version__ = '{current_version}'
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co

## [Unreleased]

## [1.1.0] (2021-08-10)

### Added

- Column name argument to `get_grdc_data()` ([#190](https://github.com/eWaterCycle/ewatercycle/issues/190))
Expand All @@ -20,6 +22,7 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co

- ParameterSet can be outside CFG['parametersets_dir'] ([#217](https://github.com/eWaterCycle/ewatercycle/issues/217))
- Link to nbviewer ([#202](https://github.com/eWaterCycle/ewatercycle/issues/202))
- Pinned esmpy as temporary workaround for single CPU affinity ([#234](https://github.com/eWaterCycle/ewatercycle/issues/234))

### Removed

Expand Down Expand Up @@ -73,6 +76,7 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co
- Empty Python project directory structure
- Added symlink based data files copier

[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/1.0.0...HEAD
[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/1.1.0...HEAD
[1.1.0]: https://github.com/eWaterCycle/ewatercycle/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/eWaterCycle/ewatercycle/compare/0.2.x-observation_data...1.0.0
[0.2.0]: https://github.com/eWaterCycle/ewatercycle/releases/tag/0.2.x-observation_data
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = '1.0.0'
version = '1.1.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ dependencies:
- python>=3.7
- esmvaltool-python>=2.3.0
- subversion
# Pin esmpy so we dont get forced to run all parallel tasks on single cpu
# Can be removed once https://github.com/ESMValGroup/ESMValCore/issues/1208 is resolved.
- esmpy!=8.1.0
2 changes: 1 addition & 1 deletion ewatercycle/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.0'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ewatercycle
version = 1.0.0
version = 1.1.0
description = A Python package for running and validating a hydrology model
author = Stefan Verhoeven
author_email = [email protected]
Expand Down

0 comments on commit 6ed368b

Please sign in to comment.