summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-04-27 12:00:42 -0400
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-04-27 12:00:42 -0400
commit64b60d68e3028a759f0a89a865fddd6647c4896a (patch)
tree694a81306468fe26f79735f41cad911915e6724a
parent442cca2b6ab88ccf32f5de5f73cfb17cd8248a5d (diff)
downloadpython-slugify-64b60d68e3028a759f0a89a865fddd6647c4896a.tar.gz
Up Version
-rw-r--r--CHANGELOG.md4
-rw-r--r--slugify/__version__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12d0ff1..2ba0bb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.1.2
+
+- Reintroduce the cli options
+
## 6.1.1
- Remove type hinting (temporarily)
diff --git a/slugify/__version__.py b/slugify/__version__.py
index f971770..55abc97 100644
--- a/slugify/__version__.py
+++ b/slugify/__version__.py
@@ -5,4 +5,4 @@ __description__ = 'A Python slugify application that also handles Unicode'
__url__ = 'https://github.com/un33k/python-slugify'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
-__version__ = '6.1.1'
+__version__ = '6.1.2'