From c340834bb2afb24d78151c018496f4273fb7be37 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Mon, 29 Jun 2020 23:22:04 -0400 Subject: up version --- CHANGELOG.md | 3 +++ slugify/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9b28c..a3bf922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.1 + - Add support for Py 3.8 + ## 4.0.0 - Drop support from 2.6, & < 3.4.5 diff --git a/slugify/__init__.py b/slugify/__init__.py index ab72a8e..d69e2ed 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -4,4 +4,4 @@ from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '4.0.0' +__version__ = '4.0.1' -- cgit v1.2.1