Skip to content

Commit

Permalink
Merge pull request #109 from roocs/prepare-release-0.6.5
Browse files Browse the repository at this point in the history
Prepare release 0.6.5
  • Loading branch information
cehbrecht committed Nov 9, 2023
2 parents 612863d + 27b2b2d commit 1af1554
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Version History
===============

v0.6.5 (2023-11-09)
-------------------

Other Changes
^^^^^^^^^^^^^
* Updated ``realization`` dimension in common coords (#108).
* Linting.
* Added Python 3.11 to tests.
* Updated requirements for cf_xarray.

v0.6.4 (2023-02-01)
-------------------

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

Expand Down
2 changes: 1 addition & 1 deletion roocs_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__contact__ = "eleanor.smith@stfc.ac.uk"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.4"
__version__ = "0.6.5"

from roocs_utils.config import get_config
import roocs_utils
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.6.4
current_version = 0.6.5
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 @@ -5,7 +5,7 @@
__contact__ = "eleanor.smith@stfc.ac.uk"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.4"
__version__ = "0.6.5"

from setuptools import find_packages
from setuptools import setup
Expand Down

0 comments on commit 1af1554

Please sign in to comment.