2
0
Эх сурвалжийг харах

Move GitHub hosting from a personal namespace to an organization.

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

+ 5 - 0
NEWS

@@ -1,3 +1,8 @@
+1.5.19.dev0
+ * Move GitHub hosting from a personal namespace to an organization for better collaboration with
+   related projects.
+ * 1k ★s on GitHub!
+
 1.5.18
  * #389: Fix "message too long" error when logging to rsyslog.
  * #440: Fix traceback that can occur when dumping a database.

+ 1 - 1
README.md

@@ -130,7 +130,7 @@ Other questions or comments? Contact
 
 borgmatic [source code is
 available](https://projects.torsion.org/witten/borgmatic) and is also mirrored
-on [GitHub](https://github.com/witten/borgmatic) for convenience.
+on [GitHub](https://github.com/borgmatic-collective/borgmatic) for convenience.
 
 borgmatic is licensed under the GNU General Public License version 3 or any
 later version.

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 
-VERSION = '1.5.18'
+VERSION = '1.5.19.dev0'
 
 
 setup(