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

Commits on Jul 14, 2024

  1. Migrated the metadata into PEP 621-compliant pyproject.toml (#138)

    * Move the metadata from `setup.py` into `setup.cfg`.
    Added `pyproject.toml`.
    Removed `setup.py` - it is no longer needed.
    Got rid of tests erroroneously finding their way into the wheel.
    
    * Started populating version automatically from git tags using `setuptools_scm`.
    
    * Migrated the metadata into `PEP 621`-compliant `pyproject.toml`, got rid of `setup.cfg`.
    
    * test build in develop and pull requests
    
    * use static version instead of dynamic git tag info
    
    ---------
    
    Co-authored-by: KOLANICH <[email protected]>
    AlexVonB and KOLANICH authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    46dc1a0 View commit details
    Browse the repository at this point in the history
  2. bump to version v0.13.1

    AlexVonB committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    964d89f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    AlexVonB committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    b5c724a View commit details
    Browse the repository at this point in the history
Loading