We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e89027 commit 43c221dCopy full SHA for 43c221d
CHANGELOG.rst
@@ -5,6 +5,14 @@ Here you can see the full list of changes between sqlalchemy-filters
5
versions, where semantic versioning is used: *major.minor.patch*.
6
7
8
+Version 0.10.0
9
+--------------
10
+
11
+Released 2019-03-12
12
13
+* Add ``nullsfirst`` and ``nullslast`` sorting options (#30)
14
15
16
Version 0.9.0
17
-------------
18
setup.py
@@ -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',
0 commit comments