From 08566c38d06096ad7a2742b11ae79f4a522e32b8 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Nov 11 2019 08:57:17 +0000 Subject: Version 0.2.37 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 46feff7..4c1976b 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.37 + - Release date: 2019-11-11 + - Handle two pulp repos with the same relative_url in single content set. + - Add support for fedora-messaging. + - Set Celery's server_hostname only if requested by config. + ## 0.2.36 - Release date: 2019-10-03 - Port to libmodulemd version 2. diff --git a/setup.py b/setup.py index 8eff3c3..8c51377 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.36', + version='0.2.37', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"