diff --git a/docs/release_notes/v2.0.7.md b/docs/release_notes/v2.0.7.md new file mode 100644 index 0000000..e035778 --- /dev/null +++ b/docs/release_notes/v2.0.7.md @@ -0,0 +1,5 @@ +# Release v2.0.7 + +## Overview +This release is a cleanup release intended to just trigger a new deployment. +There are no changes in this release since 2.0.6. diff --git a/fmd_api/_version.py b/fmd_api/_version.py index ff6ef86..962c851 100644 --- a/fmd_api/_version.py +++ b/fmd_api/_version.py @@ -1 +1 @@ -__version__ = "2.0.6" +__version__ = "2.0.7" diff --git a/pyproject.toml b/pyproject.toml index 29f174f..ac644a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fmd_api" -version = "2.0.6" +version = "2.0.7" authors = [{name = "devinslick"}] description = "A Python client for the FMD (Find My Device) server API" readme = "README.md"