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: bugout-dev/humbug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python/v0.3.1
Choose a base ref
...
head repository: bugout-dev/humbug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python/v0.3.2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 13, 2023

  1. Fixed call to traceback.format_exception

    The `etype` argument has been renamed to `exc` and is now a
    positional-only argument: https://docs.python.org/3/library/traceback.html#traceback.format_exception
    Neeraj Kashyap committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    90a3c68 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 0.3.2

    Neeraj Kashyap committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9fc1156 View commit details
    Browse the repository at this point in the history
  3. Test on Pythons 3.10 and 3.11 in CI

    Neeraj Kashyap committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d67bf6c View commit details
    Browse the repository at this point in the history
  4. 3.10.12 (GitHub Actions parses 3.10 as 3.1)

    Should probably use strings.
    Neeraj Kashyap committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    03b78e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #102 from bugout-dev/python-3.10-compatibility

    Python 3.10 compatibility
    zomglings authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2cd74a2 View commit details
    Browse the repository at this point in the history
Loading