From 0881da4a8280207627c0ff243269246aaae3fd25 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 4 Jan 2018 21:37:43 -0800 Subject: [PATCH] New issue tracker. --- NEWS | 4 ++++ README.md | 7 ++++--- setup.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index fa8eb8bfd..9ef8c3a86 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 8704d3d9e..9da8e24bd 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 06b195565..57f4aae32 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(