From a630b27154f4addf7ada68dc507c2309aa5b3534 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jul 31 2018 08:28:31 +0000 Subject: Version 0.2.10 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1801a6a..1c60a41 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.10: + - Release date: 2018-07-31 + - Fix the mergerepo_c call once again to use the right argument names + after mergerepo_c upstream changed the arguments before the official + mergerepo_c release. + ## 0.2.9 - Release date: 2018-07-30 - Cache Pulp repos and fix the mergerepo_c call used in some corner cases diff --git a/setup.py b/setup.py index 9995d54..20a1db6 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.9', + version='0.2.10', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"