From f7513fb4d94fcbedef18edcf546fe43abbe802d1 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Sep 21 2018 07:28:28 +0000 Subject: Version 0.2.14 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a8458a0..5e4604d 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.14: + - Release date: 2018-09-21 + - Fix issue when renewed compose did not respect the `sigkeys` value of + original compose. + - Fix issue with missing Pungi errors in `Compose.state_reason`. + ## 0.2.13: - Release date: 2018-09-12 - Add `multilib_arch` and `multilib_method` lists to the API - see the diff --git a/setup.py b/setup.py index 5181b95..61871d7 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.13', + version='0.2.14', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"