Skip to content

Commit

Permalink
CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 27, 2024
1 parent 930b5c0 commit 6d80089
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Change Log
1.0.1
=====
* Fix for local make exe (for building binaries locally).
* Make work with Python 3.12 (had to update to flake8 which required low Python version to go from 3.8 to 3.8.1).
* Make work with Python 3.12.
- Had to update to flake8 which required low Python version to go from 3.8 to 3.8.1.
- Had to update dcicutils for pyramid update (from 1.10.4 to 2.0.2 for imp import not found).
- Had to update a couple tests for assert_called_with rather than called_with.
- Had to update a couple tests for different behavior for assert_called_with.
- Removed obsolete tests (for obsolete/unsupported scripts).


1.0.0
Expand Down

0 comments on commit 6d80089

Please sign in to comment.