From bed2107d07f94dd9e90994048ace4ac5ba1e2e25 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 18 Jun 2018 10:45:23 -0400 Subject: [PATCH] Release v2.3.0 --- docs/CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 82f4ae37..d0b4f7c7 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 4f7f46dd..a7ae48c0 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"