Bump version to 3.0.1

This commit is contained in:
Claude Paroz 2021-11-13 09:52:24 +01:00
parent c6248769d4
commit f1c3c304e2
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,13 @@
xapian-haystack Changelog
=========================
v3.0.1 (2021-11-12)
-------------------
- Removed deprecated ``force_text`` usage, which will stop emitting
RemovedInDjango40Warning's.
- Test files are now included in release tarball.
v3.0.0 (2021-10-26)
-------------------

View File

@ -2,3 +2,4 @@ include AUTHORS
include CHANGELOG.rst
include LICENSE
include README.rst
recursive-include tests *.py

View File

@ -8,7 +8,7 @@ def read(fname):
setup(
name='xapian-haystack',
version='3.0.0',
version='3.0.1',
description='A Xapian backend for Haystack',
long_description=read('README.rst'),
long_description_content_type='text/x-rst',