summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2017-04-01 12:47:34 -0400
committerVal Neekman <val@neekware.com>2017-04-01 12:47:34 -0400
commitb3b38b1fec893326f86363b9821aec6604a11925 (patch)
tree48411b2193ecbe11b4b31eff09d1a9e3886b919a /slugify/__init__.py
parentcf90eeb80c0692480db8a31a159e1dfd24e1c2b8 (diff)
parent750c737b37a7261ef551f9ab013dfb0b1b3eb29a (diff)
downloadpython-slugify-1.2.2.tar.gz
add regex_pattern and support for py 3.61.2.2
Diffstat (limited to 'slugify/__init__.py')
-rw-r--r--slugify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py
index daaafd8..2df1ccd 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.1'
+__version__ = '1.2.2'