diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index cca14be..c81cb2c 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -157,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 03 2022 Robert Cerven 1.1.0-1 +- new upstream release: 1.1.0 + * Tue Oct 11 2022 Martin Basti 1.0.1-1 - new upstream release: 1.0.1 diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index 601ef96..11c4a8a 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -1.0.1-1 ./ +1.1.0-1 ./ diff --git a/setup.py b/setup.py index 6db3b96..d6bcbde 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def find_package_modules(self, package, package_dir): setup( name="koji-containerbuild", - version="1.0.1", + version="1.1.0", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",