From 68171025066054dc0f602b727f36fa3f514c395e Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 24 Jan 2019 13:20:53 -0500 Subject: [PATCH] Release v2.13.0 --- docs/CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f0bdf953..3d8ba316 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,11 @@ Change Log ========== +v2.13.0 +------- +* Add the retire command to mbs-manager +* Stop fedmsg-hub process when DNS resolution starts failing so that systemd can restart the service + v2.12.2 ------- * Properly set the ``distgits`` config value to match the new dist-git URLs diff --git a/setup.py b/setup.py index ac20798a..20547181 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements setup(name='module-build-service', description='The Module Build Service for Modularity', - version='2.12.2', + version='2.13.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"