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 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"