Skip to content

Commit

Permalink
Merge pull request #164 from roocs/prep-rel-0.6.2
Browse files Browse the repository at this point in the history
Prep rel 0.6.2
  • Loading branch information
cehbrecht authored May 15, 2024
2 parents 878c71e + 07f8e38 commit b0b5b43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.2 (2024-05-15)
-------------------

Changes
^^^^^^^

* Fix usage of signal in birdy (#163).
* Added notebooks for atlas.

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

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.1"
release = "0.6.2"

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

Expand All @@ -23,4 +23,3 @@ 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.1"
__version__ = "0.6.2"

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

Please sign in to comment.