Skip to content

Commit 247fe29

Browse files
committed
drop py 3.6, add py 3.11, upversion
1 parent a229e48 commit 247fe29

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.0.0
2+
3+
- Drop python 3.6, add python 3.11 (@hugovk - thx)
4+
15
## 6.1.2
26

37
- Reintroduce the cli options

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ However, there is an alternative decoding package called [Unidecode](https://git
2020

2121
- Python `2.7` <-> python-slugify `< 5.0.0`
2222
- Python `3.6+` <-> python-slugify `>= 5.0.0`
23+
- Python `3.7+` <-> python-slugify `>= 7.0.0`
2324

2425
# How to install
2526

slugify/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__url__ = 'https://github.com/un33k/python-slugify'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
8-
__version__ = '6.1.2'
8+
__version__ = '7.0.0'

0 commit comments

Comments
 (0)