From a76af226c7fd081bdcd58f004fe46ba6ad87746c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 07 2019 05:00:26 +0000 Subject: new version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5dea2..25e4e2d 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.28 + - Release date: 2019-05-07 + - Fix compose renew when using Celery distributed task queue. + - Do not override commit hash when using raw_config source type. + - Log Pungi stdout and stderr to compose directory. + - Add "odcs-mock-runroot" script to allow generating runroot tasks. + ## 0.2.27 - Release date: 2019-04-03 - Fix issues with generating raw_config composes. diff --git a/setup.py b/setup.py index 812fdf0..811567a 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.27', + version='0.2.28', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"