diff --git a/NEWS b/NEWS index fa8eb8bf..9ef8c3a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.1.13.dev0 + * Moved issue tracker from Taiga to integrated Gitea tracker at + https://projects.torsion.org/witten/borgmatic/issues + 1.1.12 * #45: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version" rule errors. diff --git a/README.md b/README.md index 8704d3d9..9da8e24b 100644 --- a/README.md +++ b/README.md @@ -340,8 +340,9 @@ it. ## Issues and feedback Got an issue or an idea for a feature enhancement? Check out the [borgmatic -issue tracker](https://tree.taiga.io/project/witten-borgmatic/issues?page=1&status=399951,399952,399955). In -order to create a new issue or comment on an issue, you'll need to [login -first](https://tree.taiga.io/login). +issue tracker](https://projects.torsion.org/witten/borgmatic/issues). In order +to create a new issue or comment on an issue, you'll need to [login +first](https://projects.torsion.org/user/login). Note that you can login with +an existing GitHub account if you prefer. Other questions or comments? Contact . diff --git a/setup.py b/setup.py index 06b19556..57f4aae3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.1.12' +VERSION = '1.1.13.dev0' setup(