Skip to content

Commit

Permalink
chore: Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNech committed May 23, 2017
1 parent df094f1 commit b2b6389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
CHANGELOG

2017-04-27 X.X.X
2017-05-23 1.3.0
* [CHANGE] Module name to avoid conflict when installing the package with pip
* [CHANGE] Big performance improvements
* [ADD] Option to raise or not exceptions. By default, raise only when DEBUG=True
* [ADD] Create multiple AlgoliaEngine with different settings
* [ADD] Auto-indexing option at registration time
* [FIX] algolia_reindex command with batchsize argument on python34-django18
* [FIX] Fields syntax
* [FIX] Avoid mutable default parameters
* [FIX] Fix bug in error handling

2017-01-20
* [FIX] Default to model.pk instead of 'id'
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch_django/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.2.5'
VERSION = '1.3.0'

0 comments on commit b2b6389

Please sign in to comment.