M dist/obsctl.spec => dist/obsctl.spec +4 -1
@@ 10,7 10,7 @@
Name: obsctl
-Version: 0.6.0
+Version: 0.7.0
Release: 1%{?dist}
License: GPL-2.0-or-later
Summary: Unified high level interface for common actions with the Open Build Service
@@ 123,6 123,9 @@ touch %{buildroot}%{_sysconfdir}/obsctl/.keep
%changelog
+* Thu Jan 05 2023 Neal Gompa <ngompa@datto.com> - 0.7.0
+- Initial public release
+
* Mon Nov 21 2022 Neal Gompa <ngompa@datto.com> - 0.6.0
- Drop Python 2 support
- tarimport: add the '--watch-build' parameter
M setup.py => setup.py +1 -1
@@ 25,7 25,7 @@ from setuptools import setup
setup(
name="obsctl",
- version="0.6.0",
+ version="0.7.0",
license="GPLv2+",
description="Unified high level interface for common actions with the Open Build Service",
keywords="openbuildservice obsctl osc packaging",