Skip to content

Commit 43c221d

Browse files
committed
Bump up version
1 parent 2e89027 commit 43c221d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Here you can see the full list of changes between sqlalchemy-filters
55
versions, where semantic versioning is used: *major.minor.patch*.
66

77

8+
Version 0.10.0
9+
--------------
10+
11+
Released 2019-03-12
12+
13+
* Add ``nullsfirst`` and ``nullslast`` sorting options (#30)
14+
15+
816
Version 0.9.0
917
-------------
1018

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='sqlalchemy-filters',
15-
version='0.9.0',
15+
version='0.10.0',
1616
description='A library to filter SQLAlchemy queries.',
1717
long_description=readme,
1818
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)