We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9cd68 commit 2c025c6Copy full SHA for 2c025c6
docs/release_notes/v2.0.7.md
@@ -0,0 +1,5 @@
1
+# Release v2.0.7
2
+
3
+## Overview
4
+This release is a cleanup release intended to just trigger a new deployment.
5
+There are no changes in this release since 2.0.6.
fmd_api/_version.py
@@ -1 +1 @@
-__version__ = "2.0.6"
+__version__ = "2.0.7"
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"
6
readme = "README.md"
0 commit comments