From 3927e20def42c0fcd6840886d26015af11f9d713 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: May 14 2018 07:22:22 +0000 Subject: 1.33 Release Signed-off-by: Chenxiong Qi --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bfcaafe..a41e229 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,24 @@ ChangeLog ========= +1.33 (2018-05-14) +----------------- + +- Allow running tests against specified rpkg (cqi) +- Fix test due to rpkg uses getpass.getuser (cqi) +- Getting bodhi version works with Python 3 - #213 (cqi) +- Detect Bodhi client by major version - #204 (cqi) +- Allow requesting modular repositories without bug ID - #197 (rdossant) +- Fix test test_verify_sls_invalid_date - #209 (cqi) +- Copy pip-pycurl to ensure pycurl is installed correctly (cqi) +- Fix unicode issue for update command in Python 3 - #206 (cqi) +- Fix a few E722 code styles errors (cqi) +- Fix fake PDC URL in test (cqi) +- Use tox to run tests with multiple Python versions (cqi) +- Reword error message for missing pagure token - #194 (cqi) +- Tell which token ACL is required for request-repo - #195 (cqi) +- Rename incorrect references of Koshei to be Anitya (mprahl) + 1.32 (2018-03-01) ----------------- diff --git a/setup.py b/setup.py index eab0256..be0140b 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ if ver[0] <= 2 and ver[1] < 7: setup( name="fedpkg", - version="1.32", + version="1.33", author="Dennis Gilmore", author_email="dgilmore@fedoraproject.org", description=("Fedora plugin to rpkg to manage "