diff --git a/CHANGELOG.md b/CHANGELOG.md index 78010e4a..5eac8f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.46.0 + +- We have fixed a bug in `get_fork` method for Pagure about checking the usernames for a match when going through existing forks. (#800) + # 0.45.0 - OGR now supports PyGithub >= 1.58. diff --git a/fedora/python-ogr.spec b/fedora/python-ogr.spec index 6437a1d9..57d1abbe 100644 --- a/fedora/python-ogr.spec +++ b/fedora/python-ogr.spec @@ -1,8 +1,8 @@ %global srcname ogr Name: python-%{srcname} -Version: 0.45.0 -Release: 2%{?dist} +Version: 0.46.0 +Release: 1%{?dist} Summary: One API for multiple git forges License: MIT @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info %changelog +* Fri Sep 08 2023 Packit Team - 0.46.0-1 +- New upstream release 0.46.0 + * Fri Aug 04 2023 Tomas Tomecek - 0.45.0-2 - Confirm License is SPDX compatible.