diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 27b2e88..821e30a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/setup.py b/setup.py index fdd6343..5e9c10e 100644 --- a/setup.py +++ b/setup.py @@ -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',