From 615af12877dbae83d8738ffc63079105bb0cf619 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Dec 04 2019 03:40:20 +0000 Subject: Version 0.5.0 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index 976cbd2..7e88df4 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -50,7 +50,7 @@ Name: obsctl -Version: 0.4.2 +Version: 0.5.0 Release: 1%{?dist} Summary: Unified high level interface for common actions with the Open Build Service URL: https://gitlab.datto.net/DevOps/obsctl @@ -190,6 +190,12 @@ pyclean -p %{name} %changelog +* Tue Dec 03 2019 Neal Gompa - 0.5.0 +- Ensure that --repo-name switch is marked as required in all subcommands +- specimport: Add support for fetching Dist-Git resources automatically +- scratchbuild: Add support for building from Package SCM repositories +- Misc internal API changes to support new Package SCM functionality + * Sat Mar 30 2019 Neal Gompa - 0.4.2 - scratchbuild: Add with/without flags to toggle build features diff --git a/setup.py b/setup.py index 974826c..f4fbf2f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="obsctl", - version="0.4.2", + version="0.5.0", license="GPLv2+", description="Unified high level interface for common actions with the Open Build Service", keywords="openbuildservice obsctl osc packaging",