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.
2 parents 8f62c18 + 7228e12 commit d23cda6Copy full SHA for d23cda6
CHANGELOG
@@ -2,6 +2,10 @@
2
ChangeLog
3
*********
4
5
+0.21.2 (2017-09-13)
6
+===================
7
+- Fix: Update jQuery onload invocation to be compatible with jQuery 3. (thanks, @sloria!)
8
+
9
0.21.1 (2017-07-20)
10
===================
11
- Fix: Quiet some overly-verbose error logging.
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.21.1'
+__version__ = '0.21.2'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments