From 5f9c79be24526f55a7b7128eff348bd8d1a7d367 Mon Sep 17 00:00:00 2001 From: olen Date: Thu, 14 May 2026 11:14:22 +0200 Subject: [PATCH] Releasing 1.2.1 Patch release. Notable: restores login functionality against Spond's new /auth2/login endpoint (closes #229). See the auto-generated release notes for the full PR list. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8cd90..82f1121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spond" -version = "1.2.0" +version = "1.2.1" description = "Simple, unofficial library with some example scripts to access data from the Spond API." authors = ["Ola Thoresen "] license = "GPL 3.0"