Skip to content

Commit

Permalink
Merge pull request #105 from roocs/prepare-release-0.5.0
Browse files Browse the repository at this point in the history
Prepare release 0.5.0
  • Loading branch information
cehbrecht authored Sep 28, 2022
2 parents 76cc669 + 6777727 commit 51a7025
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Version History
===============

v0.5.0 (2022-09-28)
-------------------

New Features
^^^^^^^^^^^^

* Added operator and notebook for `Concat` demo (#104).

Changes
^^^^^^^

* Updated notebooks (subset, cmip6-decadal, intake).

v0.4.0 (2022-04-14)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = ""
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.5.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.4.0"
__version__ = "0.5.0"

# One strategy for storing the overall version is to put it in the top-level
# package's __init__ but Nb. __init__.py files are not needed to declare
Expand Down

0 comments on commit 51a7025

Please sign in to comment.