Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotbot/firmware/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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",
]
Expand Down
Loading