This commit is contained in:
Samuel Colvin
2018-06-28 13:07:57 +01:00
parent dd8d013e10
commit 596ddac02e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.11.0 (2018-XX-XX)
v0.11.0 (2018-06-28)
....................
* make ``list``, ``tuple`` and ``set`` types stricter #86
* **breaking change**: remove msgpack parsing #201
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.10.0')
VERSION = StrictVersion('0.11.0')