From 38cbaf717a4020788527a3838db3b4969e12dec6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Dec 08 2017 21:58:02 +0000 Subject: Version 0.3.6 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index 4bdaa33..66db6e6 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -35,7 +35,7 @@ Name: obsctl -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Summary: A CLI for OBS packaging and deploys Url: https://gitlab.datto.net/DevOps/obsctl @@ -130,6 +130,9 @@ touch %{buildroot}%{_sysconfdir}/obsctl/.keep %changelog +* Fri Dec 08 2017 Neal Gompa - 0.3.6 +- Revert scratchbuild changes in 0.3.4 and 0.3.5 + * Fri Dec 08 2017 Neal Gompa - 0.3.5 - scratchbuild: Use restricted matching for generated directory diff --git a/setup.py b/setup.py index 1af6c2a..a261c32 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='obsctl', - version='0.3.5', + version='0.3.6', packages=['obsctl', 'obsctl.commands', 'obsctl.lib'], include_package_data=True, install_requires=[