From 343f88b61fb515a4929876d0739c039f58e8753f Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Fri, 5 Jul 2024 17:28:48 +0200 Subject: [PATCH] It works, with TODOs --- hsapi-client/TODO.md | 1 + hsapi-client/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 hsapi-client/TODO.md diff --git a/hsapi-client/TODO.md b/hsapi-client/TODO.md new file mode 100644 index 0000000..3a5ce9d --- /dev/null +++ b/hsapi-client/TODO.md @@ -0,0 +1 @@ +- fix types for nodeId, ideally it should be an int diff --git a/hsapi-client/pyproject.toml b/hsapi-client/pyproject.toml index 7e74f7a..95863ea 100644 --- a/hsapi-client/pyproject.toml +++ b/hsapi-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hsapi-client" -version = "0.9.2" +version = "0.9.3" description = "Headscale API client" authors = ["Andrea Mistrali "] license = "BSD"