Skip to content

Commit

Permalink
0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Sep 6, 2022
1 parent 8326e77 commit c128e9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ChangeLog

## 0.16.4 -- 2022 Sep 6

* previous version was not working with Python3.9
due to using a | to refer to a union type
* this version now does use types hints like `set[AbstractJob]`
so this means 3.9 is required
* renamed tests/tests_stuff.py into tests/test_stuff.py
and move to using pytest as a test driver
* dusted off doc building

## 0.16.3 -- 2022 Sep 4

* new methods in `PureScheduler`:
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.16.3"
__version__ = "0.16.4"

0 comments on commit c128e9c

Please sign in to comment.