Release v2.2.4

This commit is contained in:
mprahl
2018-06-01 08:34:22 -04:00
parent 827546dc9a
commit 29130e3da5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Change Log
==========
v2.2.4
------
* Use /etc instead of %_sysconfdir in module-build-macros to fix builds with flatpak-rpm-macros
v2.2.3
------

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