From bc3412683a59ee6ca5418e548068e5eff0f38dfb Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 7 Feb 2018 15:18:44 -0500 Subject: [PATCH] Update to v1.7.0 --- docs/CHANGELOG.rst | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 20af319f..e09cc7c9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,20 @@ Change Log ========== +v1.7.0 +------ + +* Use external repos tied to the Koji tags on local builds +* Make the MBS resolver interchangeable +* Make component reuse faster +* Fix a bug that caused module builds with no buildrequires to fail +* Make the poller not resume paused module builds if there was recent activity on the build +* A module's "time_modified" attribute is now updated more often to reflect changes in the build +* Fix getting the module name when a YAML file is submitted directly instead of using SCM +* Remove the Koji proxyuser functionality +* Set the owner on the overall module build in Koji +* Fix a bug that could cause a module build to fail with multiple buildrequires + v1.6.3 ------ diff --git a/setup.py b/setup.py index f434b9c0..5ef8fbb0 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='1.6.3', + version='1.7.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"