Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bump version to 4.0.0.
Browse files Browse the repository at this point in the history
Breaking Changes
  * #79 "django.contrib.contenttypes" is now included in library's base
    settings. If copying these over, you'll need to deduplicate.

New Features
  * #79 Allow search handler to be defined via `SEARCH_HANDLER` setting
  * #83 Allow search results page size to be requested
  * #82 Add Postgres backend for search. See README for details.

Misc
  * #77 Allow ALLOWED_HOSTS to be set via env vars
  * #78 Use webargs library for checking search input
  * #80 Test different backends in different tox envs
  * #81 Remove QuantifiedCode badge
  • Loading branch information
CM Lubinski committed Aug 10, 2017
1 parent c7845d9 commit 485ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="regcore",
version="3.1.0",
version="4.0.0",
license="public domain",
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 485ecad

Please sign in to comment.