Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.28
Choose a base ref
...
head repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.29
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 7, 2022

  1. remove package signing

    The new key isn't signed with the old key so not accepted downstream,
    and that's it as the old key literally broke and there is no backup.
    Byron committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    dc140c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. fix version replacement in setup.py (#1500)

    It would fail to perform the replacement, but unfortunately wouldn't
    stop the release process.
    
    The latter could be done, but isn't implemented either as it's hard
    to test given everything is runtime.
    Byron committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    be3400b View commit details
    Browse the repository at this point in the history
  2. prepare next release

    Byron committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    19aaa74 View commit details
    Browse the repository at this point in the history
Loading