Skip to content

Commit

Permalink
Merge pull request #16 from Jakeway/results_refactor_p4
Browse files Browse the repository at this point in the history
Bump version to 0.7.0
  • Loading branch information
Jakeway authored Jun 25, 2018
2 parents 5481161 + 9d91f9c commit 7de9c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autocompleter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 6, 2)
VERSION = (0, 7, 0)

from autocompleter.registry import registry, signal_registry
from autocompleter.base import AutocompleterBase, AutocompleterModelProvider, AutocompleterDictProvider, Autocompleter
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-autocompleter',
version="0.6.2",
version="0.7.0",
description='A redis-backed autocompletor for Django projects',
author='Ara Anjargolian',
author_email='[email protected]',
Expand Down

0 comments on commit 7de9c80

Please sign in to comment.