bump version to 1.22.1

This commit is contained in:
Tomas Kopecek 2020-08-25 12:35:53 +02:00
parent 75e462560b
commit 3634db19d4
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ copyright = u'2017, Mike McLean, Mike B, Dennis Gilmore, Mathieu Bridon, Ian McL
# The short X.Y version.
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = '1.22.0'
release = '1.22.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -81,7 +81,7 @@
%define release %{baserelease}
%endif
Name: koji
Version: 1.22.0
Version: 1.22.1
Release: %{release}%{?dist}
License: LGPLv2 and GPLv2+
# the included arch lib from yum's rpmUtils is GPLv2+

View file

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