Skip to content

Commit 1acc635

Browse files
committed
Preparing release 0.12.0
1 parent 7af8bfb commit 1acc635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for django-agnocomplete
33
=================================
44

5-
master (unreleased)
5+
0.12.0 (2018-01-26)
66
===================
77

88
* Fix bug in AgnocompleteWidgetMixin when template-based widgets are used (Django>=1.11).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-agnocomplete',
5-
version='0.12.0.dev0',
5+
version='0.12.0',
66
packages=['agnocomplete'],
77
include_package_data=True,
88
description='Frontend-agnostic Django autocomplete utilities',

0 commit comments

Comments
 (0)