From 74e69b3765570181bfa0a17c9767a4fc7b0ac183 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Sep 25 2019 07:20:56 +0000 Subject: Version 0.2.35 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f09460..3808f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## 0.2.35 + - Release date: 2019-09-25 + - Track time of transition from waiting to generating state and use it to + fail stuck composes. + - Update `time_to_expire` when compose is finished. + - Use py3 and list all the RPMs included in resulting compose in deployment tests. + - Group `shutil.rmtree` errors by directory to not flood the ODCS logs. + ## 0.2.34 - Release date: 2019-08-20 - Add new `include_done_modules` flag to generate compose with modules in diff --git a/setup.py b/setup.py index 9293daa..c4f4e70 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.34', + version='0.2.35', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"