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: un33k/python-slugify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.2
Choose a base ref
...
head repository: un33k/python-slugify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 27, 2022

  1. Update __init__.py to have __verstion__ variables. (#116)

    This allows you to use `from slugify import __version__ as slugifyVersion`, while `from slugify.__version__ import __version__ as slugifyVersion` continues to work.
    eNV25 authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    dbe7489 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Add support for Python 3.11 (#121)

    * Add support for Python 3.11
    
    * Drop support for EOL Python 3.6
    hugovk authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a229e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247fe29 View commit details
    Browse the repository at this point in the history
Loading