From 629d82d26ba47ac342f6e202c9d929109656f6cf Mon Sep 17 00:00:00 2001 From: tzangms Date: Mon, 9 Mar 2015 16:08:47 +0000 Subject: [PATCH] Bump to version 3.2 --- CHANGES.txt | 6 ++++++ bootstrapform/meta.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1dea22f..43df05b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +- 2015-03-09: + + - Fix unit test fail with Django 1.7 @nikolas + - Performance improvement by @theSage21 @stephane + - Some bugfixes and improvements by @nikolas @zauddelig @bulv1ne + - 2013-12-06: - Fixed problem with inputs of type file, that were displayed inside an input text element diff --git a/bootstrapform/meta.py b/bootstrapform/meta.py index 6466f2d..5950b29 100644 --- a/bootstrapform/meta.py +++ b/bootstrapform/meta.py @@ -1,5 +1,5 @@ from distutils.version import StrictVersion -VERSION = StrictVersion('3.1.0') +VERSION = StrictVersion('3.2.0')