Skip to content

Commit

Permalink
Tag v1.4.0 (mypy typings from #376)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 7, 2023
1 parent f02851a commit b75b45f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## django-slugify-processor 1.4.x (unreleased)
## django-slugify-processor 1.5.x (unreleased)

- _Add your latest changes from PRs here_

## django-slugify-processor 1.4.0 (2023-10-07)

## What's new

- Now [`mypy --strict`] compliant (#376)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-slugify-processor"
version = "1.3.1"
version = "1.4.0"
description = "pipeline for slugification edgecases in django"

classifiers = [
Expand All @@ -23,6 +23,7 @@ classifiers = [
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Utilities',
"Typing :: Typed",
]

license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/django_slugify_processor/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "django-slugify-processor"
__package_name__ = "django_slugify_processor"
__version__ = "1.3.1"
__version__ = "1.4.0"
__description__ = "pipeline for slugification edgecases in django"
__email__ = "tony@git-pull.com"
__pypi__ = "https://pypi.python.org/pypi/django-slugify-processor"
Expand All @@ -9,4 +9,4 @@
__tracker__ = "https://github.com/tony/django-slugify-processor/issues"
__author__ = "Tony Narlock"
__license__ = "MIT"
__copyright__ = "Copyright 2017- Tony Narlock (dba devel.tech)"
__copyright__ = "Copyright 2017- Tony Narlock"

0 comments on commit b75b45f

Please sign in to comment.