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.
1 parent 62b4253 commit 540297aCopy full SHA for 540297a
.travis.yml
@@ -3,7 +3,6 @@ before_script:
3
4
language: python
5
python:
6
- - 2.6
7
- 2.7
8
- 3.3
9
- 3.4
CHANGES.rst
@@ -4,10 +4,11 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Searchable release.
-0.9.4 (2016-03-31)
+0.10.0 (2016-03-31)
^^^^^^^^^^^^^^^^^^
10
- Fixed unicode parsing in search query parser, #42
11
+- Removed Python 2.6 support
12
13
14
0.9.3 (2015-05-31)
sqlalchemy_searchable/__init__.py
@@ -10,7 +10,7 @@
from .parser import SearchQueryParser
from .vectorizers import Vectorizer
-__version__ = '0.9.4'
+__version__ = '0.10.0'
15
16
parser = SearchQueryParser()
0 commit comments