summaryrefslogtreecommitdiff
path: root/slugify
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2016-08-26 11:15:53 -0400
committerVal Neekman <val@neekware.com>2016-08-26 11:15:53 -0400
commita5ef6fa3370f8dd278a47dc195fca30d661c156e (patch)
treef49f020db3383d0da4858e465a08e2c95561e97f /slugify
parent66146885159df3cf24e9ebe32aa288b9900ea052 (diff)
downloadpython-slugify-a5ef6fa3370f8dd278a47dc195fca30d661c156e.tar.gz
add manifest.in, py 3.5 support and relax licensing by moving to MIT
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 8b20b5f..daaafd8 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__ = '1.2.0'
+__version__ = '1.2.1'