Skip to content

Commit

Permalink
v0.8.0 (#20)
Browse files Browse the repository at this point in the history
* CHANGELOG for 0.8.0

* Release 0.8.0

* Correct date

* Drop py33

* Drop py33
  • Loading branch information
mattbennett authored Jun 25, 2018
1 parent f938806 commit 439c035
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ install:

matrix:
include:
- stage: test
python: 3.3
env: TOX_ENV=py33
- stage: test
python: 3.4
env: TOX_ENV=py34
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Release Notes
Here you can see the full list of changes between sqlalchemy-filters
versions, where semantic versioning is used: *major.minor.patch*.

Backwards-compatible changes increment the minor version number only.

Version 0.8.0
-------------

Released 2018-06-25

* Adds support for `ilike` (case-insensitive) string comparison.


Version 0.7.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='sqlalchemy-filters',
version='0.7.0',
version='0.8.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
author='Student.com',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py33,py34,py35,py36}
envlist = {py34,py35,py36}
skipdist=True

[testenv]
Expand Down

0 comments on commit 439c035

Please sign in to comment.