From e1b29d2fdef6e5cd1a5ebad8854318a9775e9bc5 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jun 20 2019 04:55:00 +0000 Subject: Version 2.23.0 --- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3a27a86..e5f45fa 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,12 @@ Change Log ========== +v2.23.0 +------- +* Accept floats when filtering by stream_version_lte on the API. +* When no architecture is set in Koji tag, fallback to ``conf.arches``. + + v2.22.0 ------- * Allow configuring ``dynamic_buildrequires`` diff --git a/setup.py b/setup.py index 96526a7..b1c0229 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,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.22.0", + version="2.23.0", classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"], keywords="module build service fedora modularity koji mock rpm", author="The Factory 2.0 Team",