Skip to content

Commit 8d0c074

Browse files
committed
Merge branch 'release/9.0.0' into develop
2 parents 87e91ef + 7ad05ff commit 8d0c074

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

HISTORY.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ History
44
-------
55

66

7-
Development (in progress)
8-
+++++++++++++++++++++++++
7+
9.0.0 (2017-07-11)
8+
++++++++++++++++++
99

1010
* Renamed requirements-dev.txt back to requirements.txt because that suits ReadTheDocs better
11-
* Added 'error_types' support on bootstrap3_form (thanks @mkoistinen and @ickam)
11+
* Added `error_types` support on bootstrap3_form (thanks @mkoistinen and @ickam)
12+
* **BREAKING** Default setting of `error_types` to `non_field_errors` is different fro behavior in versions < 9
1213

1314

1415
8.2.3 (2017-05-05)

bootstrap3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '8.2.3'
3+
__version__ = '9.0.0'

0 commit comments

Comments
 (0)