Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.49.1

- Interface for labels was unified and `labels` property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (#839)

# 0.49.0

- For Pagure there are 2 new methods available: one for getting users with specified access rights and one for getting members of a group. (#834)
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-ogr.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: python-ogr
Version: 0.49.0
Version: 0.49.1
Release: 1%{?dist}
Summary: One API for multiple git forges

Expand Down Expand Up @@ -48,6 +48,9 @@ One Git library to Rule!


%changelog
* Mon Feb 12 2024 Packit Team <[email protected]> - 0.49.1-1
- New upstream release 0.49.1

* Fri Jan 26 2024 Packit Team <[email protected]> - 0.49.0-1
- New upstream release 0.49.0

Expand Down