diff options
| author | Val Neekman <un33kvu@gmail.com> | 2019-01-03 18:03:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-03 18:03:36 -0500 |
| commit | 1340320455f7201117ac3970c0facf5d1e0f8767 (patch) | |
| tree | 72f41588ccc9ae7281220f12fba1f6aff2d5801f /slugify/__init__.py | |
| parent | 683364ea0f4637364b84486ef24124ece0e0597c (diff) | |
| download | python-slugify-2.0.1.tar.gz | |
Add replacements option (#67)2.0.1
Diffstat (limited to 'slugify/__init__.py')
| -rw-r--r-- | slugify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index 81849b9..7358b99 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__ = '2.0.0' +__version__ = '2.0.1' |
