Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update __init__.py to have __version__ variables. #116

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Update __init__.py to have __version__ variables. #116

merged 1 commit into from
Sep 27, 2022

Commits on May 27, 2022

  1. Update __init__.py to have __verstion__ variables.

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