summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--slugify/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c89d84..57bf6fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 1.2.3
+ - Republish - possible corrupt 1.2.2 build
+
## 1.2.2
- Add `regex_pattern` option. (@vrbaskiz)
- Add Python 3.6 support
diff --git a/slugify/__init__.py b/slugify/__init__.py
index 2df1ccd..ba4a2af 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.2'
+__version__ = '1.2.3'