From 6f2958886263bbf915c6ad7863e6710f84554ddf Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Mar 01 2018 08:09:54 +0000 Subject: 1.32 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a75b0d..bfcaafe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ ChangeLog ========= +1.32 (2018-03-01) +----------------- + +- Add requests-tests-repo command (mvadkert) +- Use PDC instead of Bodhi to get the active release branches - #187 (mprahl) +- fix broken syntax in bash completion (tmz) +- Fix Python 3 incompatible code in tests (cqi) +- Better mocking. Return different values for each new request. (rbean) +- Typofix. (rbean) +- Add docstrings. (rbean) +- Automatically request module for non-standard branches. (rbean) +- Refactor: parameterize the request_repo and request_branch functionality. + (rbean) +- Some additions to the gitignore file. (rbean) + 1.31 (2018-01-22) ----------------- diff --git a/setup.py b/setup.py index 4619efb..59cc9fc 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def bash_completion_dir(): setup( name="fedpkg", - version="1.31", + version="1.32", author="Dennis Gilmore", author_email="dgilmore@fedoraproject.org", description=("Fedora plugin to rpkg to manage "