Skip to content

Commit

Permalink
Merge pull request #17 from Overseas-Student-Living/v0.7.0-rc
Browse files Browse the repository at this point in the history
v0.7.0 rc
  • Loading branch information
mattbennett authored Feb 12, 2018
2 parents 1e6408c + 9e9b01e commit 6347ca0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ versions, where semantic versioning is used: *major.minor.patch*.

Backwards-compatible changes increment the minor version number only.

Version 0.7.0
-------------

Released 2018-02-12

* Filters and sorts on related models now result in an "automatic join"
if the query being filtered does not already contain the related model

Version 0.6.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.6.0',
version='0.7.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
author='Student.com',
Expand Down

0 comments on commit 6347ca0

Please sign in to comment.