Skip to content

0.19.0

Compare
Choose a tag to compare
@usercont-release-bot usercont-release-bot released this 07 Jan 12:03
320ba0a

0.19.0

Features

  • Add and implement GitProject.default_branch property, by @jpopelka, #515
    • All git forges support changing of a default branch of a repo/project. All newly created Github projects have had 'main' as a default branch instead of 'master' since October 2020.
  • PagureService: Make retries parametrizable via max_retries argument, by @csomh, #514
    • This way users of a PagureService object can control how failures of API calls are retried.