From bed2107d07f94dd9e90994048ace4ac5ba1e2e25 Mon Sep 17 00:00:00 2001 From: mprahl Date: Jun 18 2018 14:45:23 +0000 Subject: Release v2.3.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 82f4ae3..d0b4f7c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,14 @@ Change Log ========== +v2.3.0 +------ + +* Get buildrequired modules for Koji tag inheritance using NSVC instead of NSV +* Support querying for modules/components with multiple state filters +* Support querying for builds by an NSVC string +* Fix an MSE issue when a module buildrequires on the same name and stream as itself + v2.2.4 ------ diff --git a/setup.py b/setup.py index 4f7f46d..a7ae48c 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.2.4', + version='2.3.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"