Skip to content

Commit 34e5a9a

Browse files
committed
Preparing 8.2.0
1 parent 987e4c8 commit 34e5a9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

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

66

7-
Develop (2017-XX-XX)
8-
++++++++++++++++++++
7+
8.2.0 (2017-02-23)
8+
++++++++++++++++++
99

10-
* Support for local languages in url_replace_param on Python 2 (#362, thanks @aamalev)
10+
* Support for local languages in `url_replace_param` on Python 2 (#362, thanks @aamalev)
1111
* Correct checking Mapping instance (#363, thanks @aamalev)
1212
* Fix Django 1.11 import bug (see #369)
1313
* Add Django 1.11 and Python 3.6 to tests

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.1.0'
3+
__version__ = '8.2.0'

0 commit comments

Comments
 (0)