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: dateutil/dateutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.0
Choose a base ref
...
head repository: dateutil/dateutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.0.post0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Pin setuptools_scm to <8

    There are some breaking changes, and this is making it so that the
    `_version.py` file generated is not compatible with Python 2 anymore.
    I don't see an obvious or easy way to figure out what version of
    `setuptools_scm` is in use, so we'll just pin the version for now.
    
    I recommend removing `setuptools_scm` entirely in the future.
    pganssle committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9780d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6de9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1346 from pganssle/release_2.9.0.post0

    Pin `setuptools_scm` to <8
    pganssle authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ae8077 View commit details
    Browse the repository at this point in the history
Loading