Skip to content

Commit 3a87391

Browse files
committed
Release django-autoslug 1.9.6
1 parent 5bd7d60 commit 3a87391

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.6 - 2019-07-30
5+
------------------
6+
7+
Handle timezones for datetime fields
8+
49
1.9.5 - 2019-07-28
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.5'
15+
__version__ = '1.9.6'
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.5"
3+
version = "1.9.6"
44
description = "AutoSlugField for Django"
55
authors = ["Justin Mayer <entroP@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)