Skip to content

Commit

Permalink
Merge pull request #216 from pyapp-org/development
Browse files Browse the repository at this point in the history
Release 4.13.1
  • Loading branch information
timsavage authored Sep 4, 2023
2 parents 6f2b076 + cbe3450 commit 5a013a5
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 298 deletions.
1 change: 0 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U poetry coverage
poetry config experimental.new-installer false
poetry install
- name: Test with pytest
Expand Down
10 changes: 10 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.13.1
======

Fixes
-----

- Update utils.inspect.import_root_module to handle ``__mp_main__`` module
correctly.


4.13
====

Expand Down
Loading

0 comments on commit 5a013a5

Please sign in to comment.