Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
Changelog:

* Various Flake8 fixes (#89).
* Fix the multiple Model Field search with authentication behaviour. Please note that this bug would only occur if ``Django<1.11`` (#91).
  • Loading branch information
brunobord committed Jan 25, 2018
1 parent 0347555 commit edc783e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for django-agnocomplete
=================================

master (unreleased)
0.11.0 (2018-01-25)
===================

* Various Flake8 fixes (#89).
Expand Down
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='django-agnocomplete',
version='0.10.0',
version='0.11.0',
packages=['agnocomplete'],
include_package_data=True,
description='Frontend-agnostic Django autocomplete utilities',
Expand Down

0 comments on commit edc783e

Please sign in to comment.