Skip to content

Commit

Permalink
Merge pull request #149 from roocs/prepare-release-0.6.1
Browse files Browse the repository at this point in the history
Prepare release 0.6.1
  • Loading branch information
cehbrecht authored Nov 10, 2023
2 parents 8ce0be4 + f1ffd34 commit 7d8f73c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Version History
===============

v0.6.1 (2023-11-10)
-------------------

Changes
^^^^^^^

* Clean up setup (#146).
* Updated notebooks for weighted average and cmip6-decadal (#148).

v0.6.0 (2023-11-03)
-------------------

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.6.0"
release = "0.6.1"

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

Expand All @@ -23,3 +23,4 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

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 2023 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.0"
__version__ = "0.6.1"

# 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 7d8f73c

Please sign in to comment.