From 1d2ba089d080d53afd22728efe66b9f25ba532d3 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Oct 03 2018 13:04:10 +0000 Subject: Version 0.2.15. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4604d..5fb7035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.2.15: + - Release date: 2018-10-03 + - Do not add base module into the compose and do not accept it in 'source'. + ## 0.2.14: - Release date: 2018-09-21 - Fix issue when renewed compose did not respect the `sigkeys` value of diff --git a/setup.py b/setup.py index 61871d7..73c9200 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.14', + version='0.2.15', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"