diff --git a/dotbot/firmware/fetch.py b/dotbot/firmware/fetch.py index 6c13eca3..cc3d1097 100644 --- a/dotbot/firmware/fetch.py +++ b/dotbot/firmware/fetch.py @@ -41,7 +41,7 @@ # Python package - so the expected version is declared here and bumped # deliberately when pydotbot adopts a new release. `dotbot fw fetch` (no -f) # pulls exactly this; -f overrides it. -DOTBOT_FIRMWARE_VERSION = "1.22.0rc1" +DOTBOT_FIRMWARE_VERSION = "1.22.0" # Transient HTTP statuses worth retrying (GitHub's asset CDN 502s now and # then under concurrent load; 429 is rate-limiting). diff --git a/pyproject.toml b/pyproject.toml index 4c3e53f5..09097996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ path = "utils/hooks/sdist.py" [project] name = "pydotbot" -version = "0.29.0rc3" +version = "0.29.0" authors = [ { name="Alexandre Abadie", email="alexandre.abadie@inria.fr" }, { name="Theo Akbas", email="theo.akbas@inria.fr" }, @@ -49,9 +49,9 @@ dependencies = [ "websockets >= 13.1.0", "gmqtt >= 0.7.0", "intelhex >= 2.3.0", - "marilib-pkg >= 0.9.0rc3", + "marilib-pkg >= 0.9.0", "pydotbot-utils >= 0.3.0", - "swarmit >= 0.8.0rc3", + "swarmit >= 0.8.0", "toml >= 0.10.2", "tomlkit >= 0.13.0", ]