summaryrefslogtreecommitdiff
path: root/slugify
diff options
context:
space:
mode:
Diffstat (limited to 'slugify')
-rw-r--r--slugify/__init__.py2
-rw-r--r--slugify/special.py3
2 files changed, 4 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index 0c86a4c..b1dfecb 100644
--- a/slugify/__init__.py
+++ b/slugify/__init__.py
@@ -4,4 +4,4 @@ from .slugify import *
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
-__version__ = '3.0.5'
+__version__ = '3.0.6'
diff --git a/slugify/special.py b/slugify/special.py
index 767541a..d3478d5 100644
--- a/slugify/special.py
+++ b/slugify/special.py
@@ -1,3 +1,6 @@
+# -*- coding: utf-8 -*-
+
+
def add_uppercase_char(char_list):
""" Given a replacement char list, this adds uppercase chars to the list """