summaryrefslogtreecommitdiff
path: root/slugify
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2019-09-20 12:41:06 -0400
committerVal Neekman <val@neekware.com>2019-09-20 12:41:06 -0400
commit67c16a409063578d38bf69ee345254e67b237206 (patch)
treef5110013593b4b50929749fc03f90f786da363f7 /slugify
parent413ac35c0859bf9c6e1024c993c77cb980f9645e (diff)
downloadpython-slugify-3.0.4.tar.gz
upgrade to consume the latest version of dependencies3.0.4
Diffstat (limited to 'slugify')
-rw-r--r--slugify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index c351e2e..52a07b4 100644
--- a/slugify/__init__.py
+++ b/slugify/__init__.py
@@ -3,4 +3,4 @@ from .slugify import *
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
-__version__ = '3.0.3'
+__version__ = '3.0.4'