Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Oct 4, 2022
1 parent c7dc4bf commit d902f6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## 0.18.0 - 2022 Oct 4

* rewrote successors* and predecessors* to be usable with a collection
of jobs, and to always return a set
* rewrote keep_only_between; previous implementation was flawed when there
were nodes not comparable with the threshholds

## 0.17.0 -- 2022 Sep 6

* no change since 0.16.4 except for a minor tweak in the sphinx config
Expand Down
2 changes: 1 addition & 1 deletion asynciojobs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
defines the version for package asynciojobs
"""

__version__ = "0.17.0"
__version__ = "0.18.0"

0 comments on commit d902f6a

Please sign in to comment.