Skip to content

Commit

Permalink
Release django-autoslug 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Apr 3, 2023
1 parent 2aa78e2 commit 25f913d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

1.9.9 - 2023-04-03
------------------

* Prevent situation in which slug could end in dash or underscore
* Remove support for end-of-life Python & Django versions

1.9.8 - 2020-07-22
------------------

Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion autoslug/__init__.py
Expand Up @@ -10,5 +10,5 @@
from autoslug.fields import AutoSlugField


__version__ = '1.9.8'
__version__ = '1.9.9'
__all__ = ['AutoSlugField']
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-autoslug"
version = "1.9.8"
version = "1.9.9"
description = "AutoSlugField for Django"
authors = ["Justin Mayer <entroP@gmail.com>"]
readme = "README.rst"
Expand Down

0 comments on commit 25f913d

Please sign in to comment.