diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 644e4728..f0bdf953 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log ========== +v2.12.2 +------- +* Properly set the ``distgits`` config value to match the new dist-git URLs + v2.12.1 ------- * Don't discard buildrequires if filtered_rpms already is found. This applies to local builds and resumed builds. diff --git a/setup.py b/setup.py index 81fb8fe7..ac20798a 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.1', + version='2.12.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"