Skip to content

Commit

Permalink
Bump version to 1.16.0 and update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Apr 29, 2020
1 parent aa53f8a commit 6ecf8bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osgbuild/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.15.1"
__version__ = "1.16.0"
7 changes: 5 additions & 2 deletions rpm/osg-build.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#global betatag .pre
%global _release 3
%global _release 1

Name: osg-build
Version: 1.15.1
Version: 1.16.0
Release: %{?betatag:0.}%{_release}%{?betatag}%{?dist}
Summary: Build tools for the OSG

Expand Down Expand Up @@ -180,6 +180,9 @@ fi


%changelog
* Thu Apr 23 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.16.0-1
- Add EL8 support to osg-promote

* Mon Apr 20 2020 Mátyás Selmeci <matyas@cs.wisc.edu> - 1.15.1-3
- Various RHEL 8 compat fixes; most notably, use platform-python since we can't
depend on any version of Python to be installed except as a module and can't
Expand Down

0 comments on commit 6ecf8bf

Please sign in to comment.