From 30368c1d81550399195998187f5fd60b6947490b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jan 23 2018 16:07:32 +0000 Subject: Version 0.3.10 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index a37ad69..2727880 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -35,7 +35,7 @@ Name: obsctl -Version: 0.3.9 +Version: 0.3.10 Release: 1%{?dist} Summary: Unified high level interface for common actions with the Open Build Service URL: https://gitlab.datto.net/DevOps/obsctl @@ -130,6 +130,9 @@ touch %{buildroot}%{_sysconfdir}/obsctl/.keep %changelog +* Tue Jan 23 2018 Neal Gompa - 0.3.10 +- Further sanitize the branch names to prevent unexpected breakages + * Thu Dec 14 2017 Neal Gompa - 0.3.9 - Fix prerel spec version generation diff --git a/setup.py b/setup.py index d62ead7..9595873 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='obsctl', - version='0.3.9', + version='0.3.10', license='GPLv2+', description='Unified high level interface for common actions with the Open Build Service', keywords='openbuildservice obsctl osc packaging',