diff --git a/CHANGELOG b/CHANGELOG index 5065e9a3..59b985d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ + * Wed Aug 21 2024 Adrian Coveney - 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 - 2.0.0-1 - Added codebase compatability with Python3. - Removed support for Oracle as a backend database. diff --git a/apel.spec b/apel.spec index 80bd7d8e..7c7dc8aa 100644 --- a/apel.spec +++ b/apel.spec @@ -4,7 +4,7 @@ %endif Name: apel -Version: 2.0.0 +Version: 2.1.0 %define releasenumber 1 Release: %{releasenumber}%{?dist} Summary: APEL packages @@ -199,6 +199,12 @@ exit 0 # ============================================================================== %changelog + * Wed Aug 21 2024 Adrian Coveney - 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 - 2.0.0-1 - Added codebase compatability with Python3. - Removed support for Oracle as a backend database. diff --git a/apel/__init__.py b/apel/__init__.py index 33508ffe..f3bcdf37 100644 --- a/apel/__init__.py +++ b/apel/__init__.py @@ -15,4 +15,4 @@ @author Konrad Jopek, Will Rogers ''' -__version__ = (2, 0, 0) +__version__ = (2, 1, 0) diff --git a/scripts/apel-build-rpm b/scripts/apel-build-rpm index 10f8e895..6377b5ae 100755 --- a/scripts/apel-build-rpm +++ b/scripts/apel-build-rpm @@ -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