From 8b57e666dfbe75077a01db3ad4591d6867835037 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 17 Jan 2021 21:53:29 +0000 Subject: [PATCH] fix issue link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c08f7..11882a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# Changelog for https://github.com/mbarkhau/pycalver +# Changelog for https://github.com/mbarkhau/bumpver ## BumpVer 2021.1109 - Add `-e/--env` option to support shell script automation. - Fix [github#151][github_i151]: invalid increment of `TAGNUM` when `TAG=final` is set. -[github_i151]: https://gitlab.com/mbarkhau/pycalver/-/issues/15 +[github_i151]: https://github.com/mbarkhau/bumpver/issues/151 Thank you to Dave Wapstra @dwapstra for your contributions.