From 33bf07efc82c00b811df02bca8c5862f95db3294 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Thu, 10 Oct 2019 18:12:07 -0400 Subject: add special pre translation file, more unit test, updated readme --- slugify/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slugify/__init__.py') diff --git a/slugify/__init__.py b/slugify/__init__.py index 52a07b4..0c86a4c 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -1,6 +1,7 @@ +from .special import * from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '3.0.4' +__version__ = '3.0.5' -- cgit v1.2.1