Move GitHub hosting from a personal namespace to an organization.
This commit is contained in:
parent
2bb1fc9826
commit
7ff6066d47
3 changed files with 7 additions and 2 deletions
5
NEWS
5
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.
|
||||
|
|
|
@ -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.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.5.18'
|
||||
VERSION = '1.5.19.dev0'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue