From 3ae9a4f25f7eef3f5468e4d769e0b249fea7a442 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Aug 10 2021 13:19:41 +0000 Subject: Version 0.3.4 Signed-off-by: Ondrej Nosek --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 390c1d5..d852dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. + +## 0.3.4 + - Release date: 2021-08-10 + - Create compose label symlink after finishing compose + - Display README on PyPI + - Drop cleardb and upgradedb command + - Rewrite odcs-manager to not use flask-script + - Add expected number of hosts to metrics + - Avoid chain of reusing of in-progress composes + - Allow unauthenticated GET requests + - Avoid reusing each other or chain of reusing + ## 0.3.3 - Release date: 2021-05-20 - Allow resolving modules against koji tags diff --git a/setup.py b/setup.py index 9285fce..c17abee 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( description="On Demand Compose Service", long_description=long_description, long_description_content_type="text/markdown", - version="0.3.3", + version="0.3.4", classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools",