From 1661b608bbf11a724f6f6c1c62f420c1d182531f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mar 16 2020 13:46:39 +0000 Subject: Version 0.2.40. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b8271..b2ca35e 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.40 + - Release date: 2020-03-16 + - Allow reusing old raw config composes to make their generation faster. + - Store Celery task ID in the database. + - Support canceling waiting composes by their owners. + - Allow configuring multiple target directories. + ## 0.2.39 - Release date: 2020-03-04 - The `seconds-to-live` API argument has been renamed to `seconds_to_live` diff --git a/setup.py b/setup.py index 5134b71..6f7e093 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.39', + version='0.2.40', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"