Release notes 1.21

Fixes: https://pagure.io/koji/issue/2118
This commit is contained in:
Tomas Kopecek 2020-04-14 13:39:01 +02:00
parent d919ce1769
commit 94b3b432ed
6 changed files with 350 additions and 4 deletions

View file

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