Skip to content

Commit

Permalink
v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Nov 17, 2023
1 parent c951b9f commit 9766b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

**9.1.6** (2023-10-31)
**9.2.0** (2023-11-17)
* Added migration docs to Readme
* Added migration check to GitHub actions
* Switched formatter from `black` to `ruff`
* Enforcing minimum coverage in CI/CD pipeline
* Further updates from ambient updater package
* Updated GitHub action versions
* Fixes typos

**9.1.5** (2023-10-31)
Expand Down
2 changes: 1 addition & 1 deletion ambient_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets."""

__version__ = "9.1.6"
__version__ = "9.2.0"

0 comments on commit 9766b8c

Please sign in to comment.