Skip to content

Commit e1a3709

Browse files
committed
Bump to 2.2.1
1 parent ff42eef commit e1a3709

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

QueryableList/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ def getOlderThan(people, minAge):
181181

182182
__all__ = ('FILTER_TYPES', 'FILTER_METHOD_OR', 'FILTER_METHOD_OR', 'FILTER_METHODS', 'QueryableListObjs', 'QueryableListDicts', 'QueryableListBase', 'QueryableListMixed', 'QueryBuilder')
183183

184-
__version__ = '2.2.0'
185-
__version_tuple__ = (2, 2, 0)
184+
__version__ = '2.2.1'
185+
__version_tuple__ = (2, 2, 1)
186186

187187

188188
from .constants import FILTER_TYPES, FILTER_METHODS, FILTER_METHOD_OR, FILTER_METHOD_OR

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) 2016 Timothy Savannah under terms of LGPLv2. You should have received a copy of this with this distribution as "LICENSE"
3+
# Copyright (c) 2016, 2017 Timothy Savannah under terms of LGPLv2.
4+
# You should have received a copy of this with this distribution as "LICENSE"
45

56

67
#vim: set ts=4 sw=4 expandtab
@@ -26,7 +27,7 @@
2627
long_description = summary
2728

2829
setup(name='QueryableList',
29-
version='2.2.0',
30+
version='2.2.1',
3031
packages=['QueryableList'],
3132
author='Tim Savannah',
3233
author_email='kata198@gmail.com',

0 commit comments

Comments
 (0)