Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Sep 30, 2015
1 parent 63e3bfe commit b012f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for django-agnocomplete
=================================

master (unreleased)
===================
0.2.1 (2015-09-30)
==================

- Add a new method to have the possibilty to override easily the display label (#34).
- ``make docs`` is a PHONY makefile target.
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.3.0.dev0',
version='0.2.1',
packages=['agnocomplete'],
include_package_data=True,
description='Frontend-agnostic Django autocomplete utilities',
Expand Down

0 comments on commit b012f3a

Please sign in to comment.