Skip to content

Commit 6876b34

Browse files
Merge pull request #11 from matyasselmeci/pr/v0.9
Bump version and update changelog
2 parents e21a299 + b8da9ba commit 6876b34

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.7
1+
VERSION = 0.9
22
NAME=hosted-ce-tools
33
NAME_VERSION=$(NAME)-$(VERSION)
44
HASH = $(shell git rev-parse HEAD)

rpm/hosted-ce-tools.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
22
Summary: Tools for managing OSG Hosted CEs
33
Name: hosted-ce-tools
4-
Version: 0.8
5-
Release: 2%{?dist}
4+
Version: 0.9
5+
Release: 1%{?dist}
66
License: Apache 2.0
77
Url: https://github.com/opensciencegrid/hosted-ce-tools
88
Source0: %{name}-%{version}.tar.gz
@@ -54,6 +54,9 @@ systemctl daemon-reload
5454

5555

5656
%changelog
57+
* Tue Nov 03 2020 Mátyás Selmeci <[email protected]> - 0.9-1
58+
- Fix reversed test
59+
5760
* Wed Sep 09 2020 Mátyás Selmeci <[email protected]> - 0.8-2
5861
- Fix python-six dependency for EL8
5962

0 commit comments

Comments
 (0)