From 83c1d767a8b0ce2f9dcfb207d9158b9e6b0bbac6 Mon Sep 17 00:00:00 2001 From: bronsen Date: Tue, 18 Mar 2025 00:23:16 +0100 Subject: [PATCH 1/2] [readme] resolve reference to [woodpecker-cli] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8468af3..30c13ab 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,4 @@ from your virtualenv that aren't explicitly specified as dependencies. [pyenv]: https://github.com/pyenv/pyenv [homebrew]: https://brew.sh/ [pytest]: https://pytest.org/ +[woodpecker-cli]: https://formulae.brew.sh/formula/woodpecker-cli From 56bbb93b1fd90c6a58c644f825e14b255fd171d5 Mon Sep 17 00:00:00 2001 From: bronsen Date: Tue, 18 Mar 2025 00:48:20 +0100 Subject: [PATCH 2/2] [project] bump version to 2025.03.3 let's try to add a git tag as well --- VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.py b/VERSION.py index 84ea214..5b3bd62 100644 --- a/VERSION.py +++ b/VERSION.py @@ -1,3 +1,3 @@ # calver schema YYYY.0M.Micro (see also https://calver.org/#scheme) -__version__ = "2025.03.2" +__version__ = "2025.03.3"