2
0
Dan Helfman 7 жил өмнө
parent
commit
0881da4a82
3 өөрчлөгдсөн 9 нэмэгдсэн , 4 устгасан
  1. 4 0
      NEWS
  2. 4 3
      README.md
  3. 1 1
      setup.py

+ 4 - 0
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.

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

+ 1 - 1
setup.py

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