1.20.1 release notes

Fixes: https://pagure.io/koji/issue/2031
This commit is contained in:
Tomas Kopecek 2020-02-21 13:32:32 +01:00
parent 86827f7bb3
commit e4fa53f8ea
6 changed files with 229 additions and 4 deletions

View file

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