From 6348c892403bef92bbca1981358b84fc1829b5c9 Mon Sep 17 00:00:00 2001 From: majamassarini Date: Thu, 27 Oct 2022 09:14:52 +0000 Subject: [PATCH] Release 0.41.0 --- CHANGELOG.md | 5 +++++ fedora/python-ogr.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838c0129..50d464e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.41.0 + +- `CommitComment.comment` has been deprecated in favour of `CommitComment.body` to make the naming consistent across objects. (#748) +- ogr now requires Python 3.9 or later. (#746) + # 0.40.0 - Using the method `users_with_write_access` you can generate the set of users that have write access to the project and the method `has_write_access(user)` you can find out if the user has write access to the project. (#742) diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index ea448dbd..7791eb78 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -1,7 +1,7 @@ %global srcname ogr Name: python-%{srcname} -Version: 0.40.0 +Version: 0.41.0 Release: 1%{?dist} Summary: One API for multiple git forges @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info %changelog +* Thu Oct 27 2022 Packit Team - 0.41.0-1 +- New upstream release 0.41.0 + * Fri Sep 16 2022 Packit Team - 0.40.0-1 - New upstream release 0.40.0