Skip to content

Commit

Permalink
Merge pull request #11 from matyasselmeci/pr/v0.9
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
matyasselmeci authored Nov 3, 2020
2 parents e21a299 + b8da9ba commit 6876b34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.7
VERSION = 0.9
NAME=hosted-ce-tools
NAME_VERSION=$(NAME)-$(VERSION)
HASH = $(shell git rev-parse HEAD)
Expand Down
7 changes: 5 additions & 2 deletions rpm/hosted-ce-tools.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global debug_package %{nil}
Summary: Tools for managing OSG Hosted CEs
Name: hosted-ce-tools
Version: 0.8
Release: 2%{?dist}
Version: 0.9
Release: 1%{?dist}
License: Apache 2.0
Url: https://github.com/opensciencegrid/hosted-ce-tools
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -54,6 +54,9 @@ systemctl daemon-reload


%changelog
* Tue Nov 03 2020 Mátyás Selmeci <[email protected]> - 0.9-1
- Fix reversed test

* Wed Sep 09 2020 Mátyás Selmeci <[email protected]> - 0.8-2
- Fix python-six dependency for EL8

Expand Down

0 comments on commit 6876b34

Please sign in to comment.