diff options
author | Reza Moradi <mrezzamoradi@gmail.com> | 2022-02-22 20:05:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:05:08 -0500 |
commit | d968ca7419e6f4e40685888c56d03bea50fd39d7 (patch) | |
tree | c26388f34c2e91260fed09a0369f88c8791f94b6 /slugify/__version__.py | |
parent | 07b87da81140cf51e4a585e43d4fe9113f4c2ad5 (diff) | |
download | python-slugify-6.1.0.tar.gz |
allow unicode (#111)v6.1.0
* initial commit to allow unicode
* update version and changelog
* add the flag to the CLI
* update README.md
Diffstat (limited to 'slugify/__version__.py')
-rw-r--r-- | slugify/__version__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__version__.py b/slugify/__version__.py index 1eedf44..e14e887 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.0.1' +__version__ = '6.1.0' |