Skip to content

Commit d23cda6

Browse files
committed
Merge branch 'hotfix/0.21.2'
2 parents 8f62c18 + 7228e12 commit d23cda6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
ChangeLog
33
*********
44

5+
0.21.2 (2017-09-13)
6+
===================
7+
- Fix: Update jQuery onload invocation to be compatible with jQuery 3. (thanks, @sloria!)
8+
59
0.21.1 (2017-07-20)
610
===================
711
- Fix: Quiet some overly-verbose error logging.

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.21.1'
1+
__version__ = '0.21.2'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)