From e454f77e088c0fee6dc1e2846e6913eb308ed124 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 28 2019 16:27:05 +0000 Subject: Version 0.4.1 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index afba741..44d605d 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -50,7 +50,7 @@ Name: obsctl -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Unified high level interface for common actions with the Open Build Service URL: https://gitlab.datto.net/DevOps/obsctl @@ -186,6 +186,10 @@ pyclean -p %{name} %changelog +* Thu Mar 28 2019 Neal Gompa - 0.4.1 +- Fix sed expression to fix Python metadata for EL7 builds +- Adjust black to format to 100 columns per line + * Tue Mar 26 2019 Neal Gompa - 0.4.0 - Python 3 support for Fedora 30+ - Code is now formatted using 'black' diff --git a/setup.py b/setup.py index af415d1..caaf04f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="obsctl", - version="0.4.0", + version="0.4.1", license="GPLv2+", description="Unified high level interface for common actions with the Open Build Service", keywords="openbuildservice obsctl osc packaging",