diff --git a/osgbuild/version.py b/osgbuild/version.py index 6b0872cb..8b0c9156 100644 --- a/osgbuild/version.py +++ b/osgbuild/version.py @@ -1 +1 @@ -__version__ = "1.15.0" +__version__ = "1.15.1" diff --git a/rpm/osg-build.spec b/rpm/osg-build.spec index 63a22a7e..ccd6f0e9 100644 --- a/rpm/osg-build.spec +++ b/rpm/osg-build.spec @@ -2,7 +2,7 @@ %global _release 1 Name: osg-build -Version: 1.15.0 +Version: 1.15.1 Release: %{?betatag:0.}%{_release}%{?betatag}%{?dist} Summary: Build tools for the OSG @@ -141,6 +141,9 @@ fi %changelog +* Thu Oct 03 2019 Mátyás Selmeci - 1.15.1-1 +- Fix mock version detection + * Wed Oct 02 2019 Mátyás Selmeci - 1.15.0-1 - Make missing sha1sums an error (SOFTWARE-3787) - Use koji.opensciencegrid.org (SOFTWARE-3624)