From a5f80f476b0150a4274709bfb76eeeb81b73900f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 09 2019 11:41:18 +0000 Subject: new version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e4e2d..e3252e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 0.2.29 + - Release date: 2019-05-09 + - Add new `odcs_celery_router_config` to configure how tasks are routed + into the different Celery queues. + ## 0.2.28 - Release date: 2019-05-07 - Fix compose renew when using Celery distributed task queue. diff --git a/setup.py b/setup.py index 811567a..77a21e3 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.28', + version='0.2.29', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"