From 7ff6066d47df3c4bd832045f721549c217dd4f20 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 14 Sep 2021 10:18:10 -0700 Subject: [PATCH] Move GitHub hosting from a personal namespace to an organization. --- NEWS | 5 +++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 19e605ae7..524103f2e 100644 --- a/NEWS +++ b/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. diff --git a/README.md b/README.md index 5d1a79ea3..00124c52d 100644 --- a/README.md +++ b/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. diff --git a/setup.py b/setup.py index 49b93d012..357289a4e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.18' +VERSION = '1.5.19.dev0' setup(