From 03947dcd1bcc83726b9748a80728790420d332c6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 31 2019 02:09:02 +0000 Subject: Version 0.4.2 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index 44d605d..66ee0ca 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -50,7 +50,7 @@ Name: obsctl -Version: 0.4.1 +Version: 0.4.2 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,9 @@ pyclean -p %{name} %changelog +* Sat Mar 30 2019 Neal Gompa - 0.4.2 +- scratchbuild: Add with/without flags to toggle build features + * 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 diff --git a/setup.py b/setup.py index caaf04f..b5c8a89 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="obsctl", - version="0.4.1", + version="0.4.2", license="GPLv2+", description="Unified high level interface for common actions with the Open Build Service", keywords="openbuildservice obsctl osc packaging",