Skip to content

Commit f17c5d1

Browse files
committed
bump version & update changelog
1 parent cbaf917 commit f17c5d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

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

5+
0.19.0 (2017-02-02)
6+
===================
7+
- Feature: MFR errors are now categorized and have error-specific metadata added to then. If Keen
8+
logging is enabled, the error metadata will be logged there for future investigation.
9+
- Fix: The 3D object renderer now imposes a maximum zoom-out limit, so objects can't be shrunk to
10+
infinitesimalness. (thanks, @johnetordoff!)
11+
- Fix: MFR docs are once again building on readthedocs.org! (thanks, @johnetordoff!)
12+
- Code: Update MFR to use invoke 0.13.0. If you have an existing checkout, you will need to
13+
upgrade invoke manually: pip install invoke==0.13.0 (thanks, @johnetordoff!)
14+
- Docs: MFR has been verified to work with python 3.5.3 and 3.6.0. From now on, the docs will
15+
mention which python versions MFR has been verfied to work on. (thanks, @johnetordoff!)
16+
517
0.18.3 (2017-01-11)
618
===================
719
- Fix: Increase max codepygments render size to 200kb from 64kb.

mfr/__init__.py

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

0 commit comments

Comments
 (0)