koji 1.20 release

Fixes: https://pagure.io/koji/issue/1898
This commit is contained in:
Tomas Kopecek 2020-01-02 11:49:46 +01:00
parent 20de2b89cb
commit 6821560362
7 changed files with 498 additions and 4 deletions

View file

@ -35,7 +35,7 @@ def get_install_requires():
setup(
name="koji",
version="1.19.1",
version="1.20.0",
description=("Koji is a system for building and tracking RPMS. The base"
" package contains shared libraries and the command-line"
" interface."),