Skip to content

Commit

Permalink
Merge pull request apel#378 from apel/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0 to dev
  • Loading branch information
tofu-rocketry authored Aug 21, 2024
2 parents c41ba12 + 554a5e7 commit d949f88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Wed Aug 21 2024 Adrian Coveney <[email protected]> - 2.1.0-1
- [client] Fix LDAP returning bytes and not strings with Python 3
- [client] Fix the parser failing on VOMS attributes without Role or Capability parts
- [server] Add support for deleting stale cloud summaries reporting recent usage
- Various CI and code maintenance changes.

* Wed May 08 2024 Adrian Coveney <[email protected]> - 2.0.0-1
- Added codebase compatability with Python3.
- Removed support for Oracle as a backend database.
Expand Down
8 changes: 7 additions & 1 deletion apel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%endif

Name: apel
Version: 2.0.0
Version: 2.1.0
%define releasenumber 1
Release: %{releasenumber}%{?dist}
Summary: APEL packages
Expand Down Expand Up @@ -199,6 +199,12 @@ exit 0
# ==============================================================================

%changelog
* Wed Aug 21 2024 Adrian Coveney <[email protected]> - 2.1.0-1
- [client] Fix LDAP returning bytes and not strings with Python 3
- [client] Fix the parser failing on VOMS attributes without Role or Capability parts
- [server] Add support for deleting stale cloud summaries reporting recent usage
- Various CI and code maintenance changes.

* Wed May 08 2024 Adrian Coveney <[email protected]> - 2.0.0-1
- Added codebase compatability with Python3.
- Removed support for Oracle as a backend database.
Expand Down
2 changes: 1 addition & 1 deletion apel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
@author Konrad Jopek, Will Rogers
'''
__version__ = (2, 0, 0)
__version__ = (2, 1, 0)
2 changes: 1 addition & 1 deletion scripts/apel-build-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rpmdev-setuptree

RPMDIR=/home/rpmb/rpmbuild
VERSION=2.0.0-1
VERSION=2.1.0-1
APELDIR=apel-$VERSION

# Remove old sources and RPMS
Expand Down

0 comments on commit d949f88

Please sign in to comment.