Skip to content

Commit 6430924

Browse files
committed
Merge branch 'hotfix/0.25.8'
2 parents 551168c + adba1a8 commit 6430924

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

5+
0.25.8 (2018-05-25)
6+
===================
7+
- Fix: Render paletted pngs by converting them to RGB before saving as jpeg.
8+
- Code: Fix flake errors unrelated to this hotfix that were causing CI failures.
9+
510
0.25.7 (2018-05-08)
611
===================
712
- Feature: Allow settings config variables from the environment via JSON strings. (thanks,

mfr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.25.7'
1+
__version__ = '0.25.8'

0 commit comments

Comments
 (0)