From 4a6328e1e70651a5a3393fcdd7848faef5adb58a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 07 2020 09:06:24 +0000 Subject: Release 0.2.43 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index af4a5e1..519ca72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 0.2.43 + - Release date: 2020-04-07 + - Include raw_config_urls and allowed_clients in /api/1/about response. + - Allow setting `sigkeys` when renewing the compose. + - Fix traceback when renewing old compose. + ## 0.2.42 - Release date: 2020-04-01 - Fix bad merge resolution in client diff --git a/setup.py b/setup.py index 9138c39..9b52fcc 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.42', + version='0.2.43', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"