Skip to content

Commit

Permalink
new release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 6, 2022
1 parent 3028e66 commit 52f04cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.0.6 (2022-XX-XX)

- (TBD)

## 0.0.5 (2022-02-06)

- FEATURE: Dask scheduler and worker processes run as systemd services, allowing them to be restarted and the nodes to be rebooted, see #1.
Expand Down
2 changes: 1 addition & 1 deletion src/scherbelberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# VERSION
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

__version__ = "0.0.5"
__version__ = "0.0.6"

# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# EXPORT
Expand Down

0 comments on commit 52f04cd

Please sign in to comment.