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 7d8e847 commit 3d4e5c5Copy full SHA for 3d4e5c5
CHANGELOG
@@ -2,6 +2,10 @@
2
ChangeLog
3
*********
4
5
+0.18.1 (2016-12-13)
6
+===================
7
+- Pin setuptools to v30.4.0 to avoid package-namespace-related breakage.
8
+
9
0.18.0 (2016-10-31)
10
===================
11
- HALLOWEEN RELEASE!
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.18.0'
+__version__ = '0.18.1'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments