From 031e3eeebc3f105d9d7c82883ab846bc1987bcc3 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Apr 08 2018 02:18:03 +0000 Subject: 1.53 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce46c89..30ed1c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,22 @@ ChangeLog ========= +1.53 (2018-04-08) +----------------- + +- Use NSVs and not build IDs with module-build-local --add-local-build (mprahl) +- Fix docstring of test_module_build_local_with_skiptests (mprahl) +- Add long_description to package (cqi) +- Support local module builds when there are uncommitted changes (mprahl) +- Fix clarifying error that occurs when mbs-manager is not installed (mprahl) +- Add support for Module Stream Expansion (MBS API v2) (mprahl) +- Show errors when a module build fails (mprahl) +- Move full download url construction to separate method (frostyx) +- Fix compose related params for container-build (lucarval) +- Avoid calling /usr/bin/python in tests (miro) +- Change default rpmlint configuration file (athoscr) +- Use koji.grab_session_options() rather than opencoding it (cfergeau) + 1.52 (2018-02-14) ----------------- diff --git a/setup.py b/setup.py index 69504e7..c2fe699 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ with open(readme_rst, 'r') as readme: setup( name="rpkg", - version="1.52", + version="1.53", author="Dennis Gilmore", author_email="ausil@fedoraproject.org", description=("A python library and runtime script for managing RPM"