Skip to content

Commit 75dd8d1

Browse files
committed
Version bump 0.4.0
1 parent 5b89b91 commit 75dd8d1

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

AUTHORS.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Credits
33
=======
44

5-
Development Lead
6-
----------------
5+
Author
6+
------
77

88
* Ben Lopatin @bennylope
99

@@ -12,5 +12,8 @@ Contributors
1212

1313
* Basil Shubin @bashu
1414
* Joe Stump @joestump
15-
* @rjor2
15+
* Mario César @mariocesar
16+
* Martin Svoboda @martinsvoboda
1617
* Mike Brown @m3brown
18+
* Seizan Shimazaki @seizans
19+
* @rjor2

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.4.0 (2016-01-28)
7+
++++++++++++++++++
8+
9+
* Allow changing search settings on an index-by-index basis
10+
611
0.3.0 (2015-12-31)
712
++++++++++++++++++
813

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elasticstack
1111
.. image:: https://pypip.in/d/elasticstack/badge.svg
1212
:target: https://crate.io/packages/elasticstack?version=latest
1313

14-
:Version: 0.3.0
14+
:Version: 0.4.0
1515
:Author: Ben Lopatin (http://benlopatin.com)
1616

1717
Configurable indexing and other extras for Haystack (with ElasticSearch

elasticstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
__title__ = 'elasticstack'
2727
__author__ = 'Ben Lopatin'
28-
__version__ = '0.3.0'
28+
__version__ = '0.4.0'
2929

3030
default_app_config = 'elasticstack.apps.ElasticstackConfig'

0 commit comments

Comments
 (0)