Skip to content

Commit

Permalink
Merge pull request #23 from mwestphall/SOFTWARE-5131-python3-bump-rel…
Browse files Browse the repository at this point in the history
…ease-version

update release version with python3 fixes from previous PR
  • Loading branch information
matyasselmeci authored Jun 1, 2023
2 parents 9e59d4e + 2aa19da commit 93577c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.11
VERSION = 1.0
NAME=hosted-ce-tools
NAME_VERSION=$(NAME)-$(VERSION)
HASH = $(shell git rev-parse HEAD)
Expand Down
5 changes: 4 additions & 1 deletion rpm/hosted-ce-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Summary: Tools for managing OSG Hosted CEs
Name: hosted-ce-tools
Version: 1.0
Release: 1%{?dist}
Release: 2%{?dist}
License: Apache 2.0
Url: https://github.com/opensciencegrid/hosted-ce-tools
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -56,6 +56,9 @@ systemctl daemon-reload


%changelog
* Mon Mar 06 2023 Brian Lin <[email protected]> - 1.0-2
- Fix missed conversion to python3 (SOFTWARE-5131)

* Thu Feb 09 2023 Carl Edquist <[email protected]> - 1.0-1
- Release hosted-ce-tools 1.0 (SOFTWARE-5130)
- Convert scripts to python3 (SOFTWARE-5131)
Expand Down

0 comments on commit 93577c0

Please sign in to comment.