Skip to content

Commit 8d7f24e

Browse files
committed
Invenio-Query-Parser v0.3.0
Signed-off-by: Jiri Kuncar <[email protected]>
1 parent 6d009e4 commit 8d7f24e

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
Version 0.3.0 (released 2015-07-29):
5+
6+
- Allows search keywords to contain dots to point to subfield content,
7+
i.e. `author.name: Ellis`.
8+
49
Version 0.2.0 (released 2014-12-10):
510

611
- Initial public release.

RELEASE-NOTES.rst

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
=========================================
2-
Invenio-Query-Parser v0.2.0 is released
3-
=========================================
1+
=============================
2+
Invenio-Query-Parser v0.3.0
3+
=============================
44

5-
Invenio-Query-Parser v0.2.0 was released on December 10, 2014.
5+
Invenio-Query-Parser v0.3.0 was released on July 29, 2015.
66

77
About
88
-----
@@ -12,26 +12,24 @@ Search query parser supporting Invenio and SPIRES search syntax.
1212
What's new
1313
----------
1414

15-
- Initial public release.
16-
- Adds Python2/Python3 compatibility layer. (#2)
17-
- Adds new Sphinx documentation page. (#3)
18-
- Adds simple inheritance for visitor pattern and separates SPIRES syntax
19-
parser to contrib module. (#7)
15+
- Allows search keywords to contain dots to point to subfield content,
16+
i.e. `author.name: Ellis`.
2017

2118
Installation
2219
------------
2320

24-
$ pip install invenio-query-parser
21+
$ pip install invenio-query-parser==0.3.0
2522

2623
Documentation
2724
-------------
2825

29-
http://invenio-query-parser.readthedocs.org/en/v0.2.0
26+
http://invenio-query-parser.readthedocs.org/en/v0.3.0
3027

31-
Good luck and thanks for using Invenio-Query-Parser.
28+
Happy hacking and thanks for flying Invenio-Query-Parser.
3229

3330
| Invenio Development Team
3431
3532
| IRC: #invenio on irc.freenode.net
3633
| Twitter: http://twitter.com/inveniosoftware
3734
| GitHub: https://github.com/inveniosoftware/invenio-query-parser
35+
| URL: http://invenio-software.org

invenio_query_parser/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
# Do not change the format of this next line. Doing so risks breaking
3131
# setup.py and docs/conf.py
3232

33-
__version__ = "0.3.0.dev20150728"
33+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)