Skip to content

Commit 9eb153e

Browse files
committed
Preparing 8.2.1
1 parent e3d4a6b commit 9eb153e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ History
44
-------
55

66

7-
8.2.0 (2017-02-23)
7+
8.2.1 (2017-02-23)
88
++++++++++++++++++
99

1010
* 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
14+
* Fix sdist issue with .pyc files
1415

1516

1617
8.1.0 (2017-01-12)

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.0'
3+
__version__ = '8.2.1'

0 commit comments

Comments
 (0)