From 7596516d912aedf36199283be7602049b952e0bc Mon Sep 17 00:00:00 2001 From: "UnravelSports [JB]" Date: Fri, 9 Jan 2026 13:37:54 +0100 Subject: [PATCH 1/2] v1.2.0 --- docs/source/conf.py | 2 +- unravel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index eadbd43d..075594ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ project = "unravelsports" copyright = "2024, Joris Bekkers" author = "Joris Bekkers" -release = "2.0.0" +release = "1.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/unravel/__init__.py b/unravel/__init__.py index 10dfa3cb..5561fc84 100644 --- a/unravel/__init__.py +++ b/unravel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0" +__version__ = "1.2.0" from .soccer import * from .american_football import * From cabbe28663b3ddd7d4979d6f6d21063661b4c7eb Mon Sep 17 00:00:00 2001 From: "UnravelSports [JB]" Date: Fri, 9 Jan 2026 13:46:10 +0100 Subject: [PATCH 2/2] fix test --- tests/test_soccer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_soccer.py b/tests/test_soccer.py index 0f2764af..e2f849d0 100644 --- a/tests/test_soccer.py +++ b/tests/test_soccer.py @@ -1,3 +1,7 @@ +import matplotlib + +matplotlib.use("Agg") # Use non-interactive backend for tests + from pathlib import Path from unravel.soccer import ( SoccerGraphConverter,