diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 3947fa9..46be9e7 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 1.2.1 +Version: 1.3.0 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 17 2023 Robert Cerven 1.3.0-1 +- new upstream release: 1.3.0 + * Thu Dec 15 2022 Robert Cerven 1.2.1-1 - new upstream release: 1.2.1 diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index fe105c3..8445192 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -1.2.1-1 ./ +1.3.0-1 ./ diff --git a/setup.py b/setup.py index 105e39f..c77db53 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.2.1", + version="1.3.0", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",