Skip to content

Commit 8a76074

Browse files
committed
Release fixes in master to pypi as 0.3.1
1 parent ffe55bd commit 8a76074

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: docs/changelog.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ Changelog
44

55
This file contains the changelog for the project.
66

7-
0.3.1 (unreleased)
7+
0.3.1 (2017-01-28)
88
==================
99
* Fix Django 1.11 bug in the SortedSelect widget. This affects the sorting of optgroups for all versions, they are now
1010
always sorted above other choices.
1111
* Updated CLDR data from v29 to v30.0.3
12+
* ``timezone``: Add Metazone fields, but it is not sorted yet properly :).
1213
* ``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.
1316

1417
0.3.0 (2016-08-20)
1518
==================

Diff for: internationalflavor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)