Skip to content

Commit

Permalink
Release django-autoslug 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 22, 2020
1 parent 0845a82 commit 87d75ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
~~~~~~~~~

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

Move FieldDoesNotExist import for compatibility with Django 3.1

1.9.7 - 2020-04-14
------------------

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

This file was deleted.

2 changes: 1 addition & 1 deletion autoslug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from autoslug.fields import AutoSlugField


__version__ = '1.9.7'
__version__ = '1.9.8'
__all__ = ['AutoSlugField']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-autoslug"
version = "1.9.7"
version = "1.9.8"
description = "AutoSlugField for Django"
authors = ["Justin Mayer <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 87d75ec

Please sign in to comment.