We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da47117 + 674be72 commit f7d01f7Copy full SHA for f7d01f7
ChangeLog
@@ -1,5 +1,8 @@
1
2
-HANGELOG
+CHANGELOG
3
+2017-11-02 1.5.1
4
+ * [FIX] Fix reindex_all() and save_record() when should_index is not callable
5
+
6
2017-05-21 1.5.0
7
* [FEAT] Allow properties as custom_objectID
8
algoliasearch_django/version.py
@@ -1 +1 @@
-VERSION = '1.5.0'
+VERSION = '1.5.1'
release.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+rm -f dist/* # Remove eventual previous versions
+python setup.py sdist bdist_wheel # Create Source Distribution and Universal Wheel
+twine upload dist/* # Upload to PyPI
requirements.txt
@@ -1,5 +1,7 @@
django>=1.7
algoliasearch
-tox
-wheel
+# dev dependencies
pypandoc
+wheel
+tox
+twine
0 commit comments