Skip to content

Commit 25f913d

Browse files
committed
Release django-autoslug 1.9.9
1 parent 2aa78e2 commit 25f913d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
~~~~~~~~~
33

4+
1.9.9 - 2023-04-03
5+
------------------
6+
7+
* Prevent situation in which slug could end in dash or underscore
8+
* Remove support for end-of-life Python & Django versions
9+
410
1.9.8 - 2020-07-22
511
------------------
612

RELEASE.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

autoslug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
from autoslug.fields import AutoSlugField
1111

1212

13-
__version__ = '1.9.8'
13+
__version__ = '1.9.9'
1414
__all__ = ['AutoSlugField']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-autoslug"
3-
version = "1.9.8"
3+
version = "1.9.9"
44
description = "AutoSlugField for Django"
55
authors = ["Justin Mayer <entroP@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)