bump version to v0.13.0 and fill in the changelog and the upgrade docs

This commit is contained in:
Stefan Wojcik
2017-04-16 14:08:42 -04:00
parent 466935e9a3
commit 824ec42005
3 changed files with 17 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
Changes in 0.13.0
=================
- POTENTIAL BREAKING CHANGE: Added Unicode support to the `EmailField`, see
docs/upgrade.rst for details.
Changes in 0.12.0
=================
- POTENTIAL BREAKING CHANGE: Fixed limit/skip/hint/batch_size chaining #1476