diff --git a/CHANGES.md b/CHANGES.md index 2928a21..3bd48f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Change log for foliage +## ★ Version 1.2.5 (2022-05-11) ★ + +Changes in this version: +* Use a fork of PyWebIO 1.4.0 with just the changes I need to fix a couple of limitations in the framework. Foliage's `requirements.txt` file references the fork in GitHub, so that installation of Foliage will get that version instead of the official PyWebIO version from PyPI. +* Update the (internal) constant used to recognize accession numbers. +* Fix a UI bug in the _Look up records_ tab, wherein clicking the _Look up records_ button while it was already running could result in multiple output streams and confusing output. + + ## ★ Version 1.2.4 (2022-04-01) ★ Changes in this version: diff --git a/setup.cfg b/setup.cfg index edd5f33..a69fe5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = foliage -version = 1.2.4 +version = 1.2.5 description = Foliage: a tool to do bulk changes in FOLIO using the OKAPI API author = Mike Hucka author_email = helpdesk@library.caltech.edu