Skip to content

Commit 87d75ec

Browse files
committed
Release django-autoslug 1.9.8
1 parent 0845a82 commit 87d75ec

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.rst

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

4+
1.9.8 - 2020-07-22
5+
------------------
6+
7+
Move FieldDoesNotExist import for compatibility with Django 3.1
8+
49
1.9.7 - 2020-04-14
510
------------------
611

RELEASE.md

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

autoslug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from autoslug.fields import AutoSlugField
1313

1414

15-
__version__ = '1.9.7'
15+
__version__ = '1.9.8'
1616
__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.7"
3+
version = "1.9.8"
44
description = "AutoSlugField for Django"
55
authors = ["Justin Mayer <entroP@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)