diff --git a/HISTORY.md b/HISTORY.md index 6a722b58..43426f36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # `zamba` changelog +## v2.2.1 (2022-09-27) + +* Turn off showing local variables in Typer's exception and error handling ([PR #237](https://github.com/drivendataorg/zamba/pull/237)) +* Fixes bug where the column order was incorrect for training models when the provided labels are a subset of the model's default labels ([PR #236](https://github.com/drivendataorg/zamba/pull/236)) + ## v2.2.0 (2022-09-26) ### Model releases and new features diff --git a/docs/docs/changelog/index.md b/docs/docs/changelog/index.md index 6a722b58..43426f36 100644 --- a/docs/docs/changelog/index.md +++ b/docs/docs/changelog/index.md @@ -1,5 +1,10 @@ # `zamba` changelog +## v2.2.1 (2022-09-27) + +* Turn off showing local variables in Typer's exception and error handling ([PR #237](https://github.com/drivendataorg/zamba/pull/237)) +* Fixes bug where the column order was incorrect for training models when the provided labels are a subset of the model's default labels ([PR #236](https://github.com/drivendataorg/zamba/pull/236)) + ## v2.2.0 (2022-09-26) ### Model releases and new features diff --git a/setup.cfg b/setup.cfg index 0946fcdc..74066c6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = zamba -version = 2.2.0 +version = 2.2.1 author = DrivenData author_email = info@drivendata.org description = Zamba is a command line tool and Python package to identify animals in camera trap videos and train custom models for new species and habitats.