Skip to content

Commit 82fce52

Browse files
committed
Bump version to 3.3.1 and update CHANGELOG
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 1a77f7b commit 82fce52

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2018-01-03
2+
3+
Release 3.3.1
4+
5+
* Add new Jinja2 custom template filters to multi_sort to sort and
6+
unique_together to compute unique lists. Both filter take an attributes
7+
list of attribute names and use all these attribute names to sort or
8+
compute unique values.
9+
* Use saneyaml library to dump and load YAML
10+
11+
112
2018-11-15
213

314
Release 3.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='aboutcode-toolkit',
27-
version='3.3.0',
27+
version='3.3.1',
2828
license='Apache-2.0',
2929
description=(
3030
'AboutCode-toolkit is a tool to document the provenance (origin and license) of '

src/attributecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
basestring = str # Python 3 #NOQA
2828

2929

30-
__version__ = '3.3.0'
30+
__version__ = '3.3.1'
3131

3232

3333
__about_spec_version__ = '3.1'

0 commit comments

Comments
 (0)