Skip to content

Commit e6f82bb

Browse files
committed
Release django-autoslug 1.9.5
1 parent 0e8c82b commit e6f82bb

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.5 - 2019-07-28
5+
------------------
6+
7+
Add license to sdist and wheels
8+
49
Version 1.9.4
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.4'
15+
__version__ = '1.9.5'
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.4"
3+
version = "1.9.5"
44
description = "AutoSlugField for Django"
55
authors = ["Justin Mayer <entroP@gmail.com>"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)