Skip to content

Commit 377c679

Browse files
committed
clean up, post 2.7,3.5 drop
1 parent 319559c commit 377c679

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"python.linting.pylintEnabled": false,
3-
"restructuredtext.confPath": "",
4-
"python.pythonPath": "/usr/local/opt/python/bin/python3.6"
3+
"python.pythonPath": "/usr/bin/python3",
54
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.1
2+
3+
- Drop support for python 2.7, 3.5 & tox, clean up
4+
15
## 5.0.0
26

37
- Add support for Py 3.9 - added tox (@jon-betts - Thx)

slugify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
66
__description__ = 'A Python slugify application that also handles Unicode'
7-
__version__ = '5.0.0'
7+
__version__ = '5.0.1'

0 commit comments

Comments
 (0)