From 8364009fb13e86a3812cb182f90641f7d06e21ba Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Feb 19 2021 12:06:00 +0000 Subject: Version 0.3.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeab38..21efe5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 0.3.2 + - Release date: 2021-02-19 + - Add better filters for base module stream + - Improving killing stuck Pungi processes + ## 0.3.1 - Release date: 2021-02-05 - Allow setting builds and modules in PATCH to support compose respin diff --git a/setup.py b/setup.py index b58d6d8..b1bceef 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ with open("test-requirements.txt") as f: setup( name="odcs", description="On Demand Compose Service", - version="0.3.1", + version="0.3.2", classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools",