From 4d3fbf18ae8c688a997b602bcbbd5aecfe69521b Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jul 15 2019 06:34:54 +0000 Subject: new version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e36f3cc..af6ef3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 0.2.32 + - Release date: 2019-07-15 + - Do not execute generation of compose which is not in 'wait' state. + - Remove the Mock chroot also in case of exception in runroot command. + - Disable GssapiBasicAuth in frontend for security reasons. + - Support generating repo with koji_event. + ## 0.2.31 - Release date: 2019-06-14 - Remove the Mock runroot root after the last `run` method of session is done. diff --git a/setup.py b/setup.py index 09940db..644b89e 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ with open('test-requirements.txt') as f: setup(name='odcs', description='On Demand Compose Service', - version='0.2.31', + version='0.2.32', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"