bump version to 0.11.0

This commit is contained in:
Thomas Waldmann 2015-02-14 18:11:21 +01:00
parent 84bfdda4c8
commit 3c36a2ca6f
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ migrations for that version). For upgrading and migration help, please see
the docs that match the version you are upgrading to.
Release 0.11.0 (not released yet)
---------------------------------
Release 0.11.0
--------------
New Features:

View File

@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover
return version_str
version = Version(0, 10, 0)
version = Version(0, 11, 0)