From de1284649e351831c08194fc5432d74a205329d3 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Fri, 13 Feb 2026 12:30:07 +0100 Subject: [PATCH 1/2] Upgrade to geodiff at version 2.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25b80b0..44ec72e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ platforms="any", install_requires=[ "python-dateutil==2.8.2", - "pygeodiff==2.1.2", + "pygeodiff==2.2.0", "pytz==2022.1", "click==8.1.3", ], From a632fa91cc3c6a46554f74d222a38fc307faa4e1 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Fri, 13 Feb 2026 12:31:50 +0100 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e9844..6a2d4bb 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ To download a specific version of a project: $ mergin --username john download --version v42 john/project1 ~/mergin/project1 ``` -To download a sepecific version of a single file: +To download a specific version of a single file: 1. First you need to download the project: ```