Release v2.13.0

This commit is contained in:
mprahl
2019-01-24 13:20:53 -05:00
parent 25cda8d2bd
commit 6817102506
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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"