From f26db16e611b4cc6c3499a5fb22c6f0cf8746bcf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 27 Jun 2018 10:47:42 -0400 Subject: [PATCH] Release v2.3.2 --- docs/CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2614573f..4af5b8aa 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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 diff --git a/setup.py b/setup.py index c46345bd..c5282926 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.3.1', + version='2.3.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"