File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ Changelog
4
4
5
5
This file contains the changelog for the project.
6
6
7
- 0.3.1 (unreleased )
7
+ 0.3.1 (2017-01-28 )
8
8
==================
9
9
* Fix Django 1.11 bug in the SortedSelect widget. This affects the sorting of optgroups for all versions, they are now
10
10
always sorted above other choices.
11
11
* Updated CLDR data from v29 to v30.0.3
12
+ * ``timezone ``: Add Metazone fields, but it is not sorted yet properly :).
12
13
* ``vat_number ``: Additional cleanup for CH VAT numbers and validation for RU VAT numbers
14
+ * ``names ``: Add two utilties for joining and splitting (parts of) names. It is best-effort, and not intended to be more
15
+ than that.
13
16
14
17
0.3.0 (2016-08-20)
15
18
==================
Original file line number Diff line number Diff line change 1
- __version__ = '0.3.0 '
1
+ __version__ = '0.3.1 '
You can’t perform that action at this time.
0 commit comments