Skip to content

Commit

Permalink
Merge pull request #48 from juliotrigo/v0.12.0
Browse files Browse the repository at this point in the history
v0.12.0
  • Loading branch information
juliotrigo authored May 12, 2020
2 parents dee4948 + 764d9a6 commit a2180ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Release Notes
Here you can see the full list of changes between sqlalchemy-filters
versions, where semantic versioning is used: *major.minor.patch*.

Unreleased
----------

0.12.0
------

Released 2020-05-12

* Add support for hybrid attributes (properties and methods): filtering
and sorting (#45) as a continuation of the work started here (#32)
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.11.0',
version='0.12.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit a2180ee

Please sign in to comment.