Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dethi committed Jul 9, 2015
1 parent 6dc07ca commit 9f61f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
CHANGELOG

2015-07-XX X.X.X
2015-07-09 1.2.1
* [ADD] `get_queryset` for grain indexing possibility
* [ADD] Option to deactivate auto-indexing
* [FIX] Various bugs

2015-07-04 1.2.0
* [REMOVE] algolia_buildindex command. Use algolia_reindex instead.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ There are two optional settings:

* `INDEX_PREFIX`: prefix all indexes. Use it to separate different applications, like `site1_Products` and `site2_Products`.
* `INDEX_SUFFIX`: suffix all indexes. Use it to differenciate development and production environment, like `Location_dev` and `Location_prod`.

* `AUTO_INDEXING`: automatically synchronize the models with Algolia (default to **True**).

Quick Start
-------------
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.2.0'
VERSION = '1.2.1'

0 comments on commit 9f61f95

Please sign in to comment.