Skip to content

Commit b2b6389

Browse files
committed
chore: Bump version to 1.3.0
1 parent df094f1 commit b2b6389

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
CHANGELOG
22

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

1214
2017-01-20
1315
* [FIX] Default to model.pk instead of 'id'

algoliasearch_django/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.2.5'
1+
VERSION = '1.3.0'

0 commit comments

Comments
 (0)