New issue tracker.

This commit is contained in:
Dan Helfman 2018-01-04 21:37:43 -08:00
parent fa210766a2
commit 0881da4a82
3 changed files with 9 additions and 4 deletions

4
NEWS
View File

@ -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.

View File

@ -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 <mailto:witten@torsion.org>.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.1.12'
VERSION = '1.1.13.dev0'
setup(