From 4368f9611af87be098ea03f4b0556d4cd50b4a98 Mon Sep 17 00:00:00 2001 From: Mark Bluemer Date: Nov 15 2017 16:10:47 +0000 Subject: version 0.1.7 --- diff --git a/dist/obsctl.spec b/dist/obsctl.spec index 39a5187..b58c8ab 100644 --- a/dist/obsctl.spec +++ b/dist/obsctl.spec @@ -35,7 +35,7 @@ Name: obsctl -Version: 0.1.6 +Version: 0.1.7 Release: 1%{?dist} Summary: A CLI for OBS packaging and deploys Url: https://gitlab.datto.net/DevOps/obsctl @@ -120,6 +120,9 @@ touch %{buildroot}%{_sysconfdir}/obsctl/.keep %changelog +* Wed Nov 15 2017 Mark Bluemer - 0.1.7 +- Fix tarsrc_obsimport script + * Tue Nov 14 2017 Neal Gompa - 0.1.6 - Reword one of the options to match the original script diff --git a/setup.py b/setup.py index d33ddbe..a798d57 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='obsctl', - version='0.1.6', + version='0.1.7', packages=['obsctl', 'obsctl.commands', 'obsctl.lib'], include_package_data=True, install_requires=[