We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af8bfb commit 1acc635Copy full SHA for 1acc635
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog for django-agnocomplete
3
=================================
4
5
-master (unreleased)
+0.12.0 (2018-01-26)
6
===================
7
8
* Fix bug in AgnocompleteWidgetMixin when template-based widgets are used (Django>=1.11).
setup.py
setup(
name='django-agnocomplete',
- version='0.12.0.dev0',
+ version='0.12.0',
packages=['agnocomplete'],
include_package_data=True,
description='Frontend-agnostic Django autocomplete utilities',
0 commit comments