Skip to content

Commit 7b139ac

Browse files
committed
Release django-autoslug 1.9.7
1 parent 80854dd commit 7b139ac

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.7 - 2020-04-14
5+
------------------
6+
7+
Fix assertion error on empty slug
8+
49
1.9.6 - 2019-07-30
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.6'
15+
__version__ = '1.9.7'
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.6"
3+
version = "1.9.7"
44
description = "AutoSlugField for Django"
55
authors = ["Justin Mayer <entroP@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)