Skip to content

Commit

Permalink
Remove py2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Mar 31, 2016
1 parent 62b4253 commit 540297a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before_script:

language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
^^^^^^^^^^^^^^^^^^

- Fixed unicode parsing in search query parser, #42
- Removed Python 2.6 support


0.9.3 (2015-05-31)
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_searchable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .parser import SearchQueryParser
from .vectorizers import Vectorizer

__version__ = '0.9.4'
__version__ = '0.10.0'


parser = SearchQueryParser()
Expand Down

0 comments on commit 540297a

Please sign in to comment.