From 97e7980918858ec1598444e6bdadfdad639b110d Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Oct 24 2018 18:14:10 +0000 Subject: Version 0.3.13 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index 2534431..34a7bfb 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -37,7 +37,7 @@ Name: obsctl -Version: 0.3.12 +Version: 0.3.13 Release: 1%{?dist} Summary: Unified high level interface for common actions with the Open Build Service URL: https://gitlab.datto.net/DevOps/obsctl @@ -160,6 +160,9 @@ py3clean -p %{name} %changelog +* Wed Oct 24 2018 Neal Gompa - 0.3.13 +- Implement version match check for tarimport + * Mon Aug 27 2018 Neal Gompa - 0.3.12 - scratchbuild: Add '--local-package' switch to 'osc build' invocation - scratchbuild: Clean up success and failure exit messaging diff --git a/setup.py b/setup.py index ba7129f..b7b1f09 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='obsctl', - version='0.3.12', + version='0.3.13', license='GPLv2+', description='Unified high level interface for common actions with the Open Build Service', keywords='openbuildservice obsctl osc packaging',