Skip to content

Commit 68e67ca

Browse files
Release 0.46.0 (#801)
Release 0.46.0 Update the changelog and the specfile for release 0.46.0. Reviewed-by: Nikola Forró Reviewed-by: Matej Focko
2 parents 8ebc261 + 24bd97b commit 68e67ca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.46.0
2+
3+
- We have fixed a bug in `get_fork` method for Pagure about checking the usernames for a match when going through existing forks. (#800)
4+
15
# 0.45.0
26

37
- OGR now supports PyGithub >= 1.58.

fedora/python-ogr.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global srcname ogr
22

33
Name: python-%{srcname}
4-
Version: 0.45.0
5-
Release: 2%{?dist}
4+
Version: 0.46.0
5+
Release: 1%{?dist}
66
Summary: One API for multiple git forges
77

88
License: MIT
@@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info
5252

5353

5454
%changelog
55+
* Fri Sep 08 2023 Packit Team <hello@packit.dev> - 0.46.0-1
56+
- New upstream release 0.46.0
57+
5558
* Fri Aug 04 2023 Tomas Tomecek <ttomecek@redhat.com> - 0.45.0-2
5659
- Confirm License is SPDX compatible.
5760

0 commit comments

Comments
 (0)