Skip to content

Commit

Permalink
Merge pull request #615 from jpopelka/0.27.0
Browse files Browse the repository at this point in the history
0.27.0 release

Reviewed-by: None <None>
Reviewed-by: Hunor Csomortáni <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 15, 2021
2 parents 3d2c776 + 6b28ec4 commit c8a7226
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.27.0

- Implement description get/set property in projects. (#600)
- Support using the merge ref instead of the head ref in a pull request. (#601)
- Implement patch property in GithubPullRequest and GitlabPullRequest. (#613, #614)

# 0.26.0

- Add a function for setting assignees of issues, by [@KPostOffice](https://github.com/KPostOffice), [#589](https://github.com/packit-service/ogr/pull/589)
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-ogr.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname ogr

Name: python-%{srcname}
Version: 0.26.0
Version: 0.27.0
Release: 1%{?dist}
Summary: One API for multiple git forges

Expand Down Expand Up @@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info


%changelog
* Thu Jul 15 2021 Jiri Popelka <[email protected]> - 0.27.0-1
- New upstream release 0.27.0

* Fri Jun 11 2021 Tomas Tomecek <[email protected]> - 0.26.0-1
- New upstream release 0.26.0

Expand Down

0 comments on commit c8a7226

Please sign in to comment.