Skip to content

Commit 3a9da4f

Browse files
committed
Now really fix that bug! (And bump version.)
1 parent adccfe0 commit 3a9da4f

File tree

13 files changed

+17
-14
lines changed

13 files changed

+17
-14
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
~~~~~~~~~
33

4-
Version 1.9.1
5-
-------------
4+
Version 1.9.1, 1.9.2
5+
--------------------
66

77
Bugs fixed:
88

MANIFEST

Lines changed: 0 additions & 6 deletions
This file was deleted.

MANIFEST.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
include *.rst
2+
include setup.py _version_helper.py
3+
recursive-include autoslug *.py
4+
recursive-include docs *
5+
recursive-exclude docs *.pyc
6+
recursive-exclude docs *.pyo
7+
prune docs/_build
8+
prune docs/_themes
9+
10+
# RTFD needs at least its own file for subsequent builds
11+
recursive-include requirements *.txt

autoslug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
from autoslug.fields import AutoSlugField
1212

1313

14-
__version__ = '1.9.1'
14+
__version__ = '1.9.2'
1515
__all__ = ['AutoSlugField']
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)