Skip to content

Commit

Permalink
Merge pull request #31 from juliotrigo/v0.10.0
Browse files Browse the repository at this point in the history
v0.10.0
  • Loading branch information
juliotrigo committed Mar 13, 2019
2 parents e9a012d + cf6887f commit 8730e30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Here you can see the full list of changes between sqlalchemy-filters
versions, where semantic versioning is used: *major.minor.patch*.


Version 0.10.0
--------------

Released 2019-03-13

* Add ``nullsfirst`` and ``nullslast`` sorting options (#30)


Version 0.9.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='sqlalchemy-filters',
version='0.9.0',
version='0.10.0',
description='A library to filter SQLAlchemy queries.',
long_description=readme,
long_description_content_type='text/x-rst',
Expand All @@ -28,7 +28,7 @@
'dev': [
'pytest==4.3.0',
'flake8==3.7.7',
'coverage==4.5.2',
'coverage==4.5.3',
'sqlalchemy-utils==0.33.11',
'restructuredtext-lint==1.2.2',
'Pygments==2.3.1',
Expand Down

0 comments on commit 8730e30

Please sign in to comment.