Skip to content

Commit

Permalink
Bump version (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort authored Apr 21, 2023
1 parent 08b3f3b commit dcbf5f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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 = 0.3.1
current_version = 0.4.0

[comment]
comment = The contents of this file cannot be merged with that of pyproject.toml until https://github.com/c4urself/bump2version/issues/42 is resolved
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## 0.4.0 (2023-04-21)
### Changed
- Bokeh >= 3.0.0 is now required for interactive plotting, instead of <= 2.4.3.
- Do note that dask.distributed still requires bokeh < 3.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ authors:
affiliation: "Netherlands eScience Center"

date-released: 2022-09-02
version: "0.3.1"
version: "0.4.0"
repository-code: "https://github.com/AI4S2S/lilio"
keywords:
- calendar
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# built documents.
#
# The short X.Y version.
version = "0.3.1"
version = "0.4.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion lilio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

__author__ = "Yang Liu"
__email__ = "[email protected]"
__version__ = "0.3.1"
__version__ = "0.4.0"

__all__ = [
"Calendar",
Expand Down

0 comments on commit dcbf5f1

Please sign in to comment.