Release v2.12.2

This commit is contained in:
mprahl
2019-01-17 09:37:53 -05:00
parent 5b0cb105f8
commit a94ad0a20b
2 changed files with 5 additions and 1 deletions

View File

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

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.1',
version='2.12.2',
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools"