Skip to content

Commit

Permalink
Merge pull request #119 from roocs/prepare-release-0.11.0
Browse files Browse the repository at this point in the history
Prepare release 0.11.0
  • Loading branch information
cehbrecht authored Apr 10, 2024
2 parents d6d4811 + 358f90e commit e4d1d8a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Version History
===============

v0.10.1 (unreleased)
-------------------
v0.11.0 (2024-04-10)
--------------------

Breaking Changes
^^^^^^^^^^^^^^^^

* ``clisops``>=0.12.1 required.

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

* Add clisops.ops.average_shape to daops.ops.average



v0.10.0 (2023-11-27)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion daops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD"
__version__ = "0.10.0"
__version__ = "0.11.0"

from loguru import logger

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

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.10.0
current_version = 0.11.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 @@ -5,7 +5,7 @@
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD"
__version__ = "0.10.0"
__version__ = "0.11.0"

import os
from setuptools import setup, find_packages
Expand Down

0 comments on commit e4d1d8a

Please sign in to comment.