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"