Skip to content

Commit

Permalink
Release django-autoslug 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 28, 2019
1 parent 0e8c82b commit e6f82bb
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.5 - 2019-07-28
------------------

Add license to sdist and wheels

Version 1.9.4
-------------

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.4'
__version__ = '1.9.5'
__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.4"
version = "1.9.5"
description = "AutoSlugField for Django"
authors = ["Justin Mayer <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit e6f82bb

Please sign in to comment.