Release v2.3.2

This commit is contained in:
Ralph Bean
2018-06-27 10:47:42 -04:00
parent 461014a7bb
commit f26db16e61
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Change Log
==========
v2.3.2
------
* Typofix related to the v2.3.1 release.
v2.3.1
------
* Support the modulemd buildopts.rpms.whitelist option

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