We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d4a6b commit 9eb153eCopy full SHA for 9eb153e
HISTORY.rst
@@ -4,13 +4,14 @@ History
4
-------
5
6
7
-8.2.0 (2017-02-23)
+8.2.1 (2017-02-23)
8
++++++++++++++++++
9
10
* Support for local languages in `url_replace_param` on Python 2 (#362, thanks @aamalev)
11
* Correct checking Mapping instance (#363, thanks @aamalev)
12
* Fix Django 1.11 import bug (see #369)
13
* Add Django 1.11 and Python 3.6 to tests
14
+* Fix sdist issue with .pyc files
15
16
17
8.1.0 (2017-01-12)
bootstrap3/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = '8.2.0'
+__version__ = '8.2.1'
0 commit comments