Skip to content

Commit

Permalink
Release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Sep 30, 2019
1 parent d84511d commit 04b8a6a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Enable CHANGELOG
================

Changes since Enable 4.8.0
Changes since Enable 4.8.1
==========================

Enhancements
Expand All @@ -13,6 +13,21 @@ Fixes
Maintenance
-----------

Enable 4.8.1
============

Fixes
-----

* PR #368: Deferral of kiva font_manager imports
* PR #365: Fix a KeyError while parsing ttfFontProperty

Maintenance
-----------

* PR #366: Fix CI config to avoid skipping tests in matrix
* PR #367: Fix CI config to avoid losing logs to nose

Enable 4.8.0
============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
MINOR = 8
MICRO = 1

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 04b8a6a

Please sign in to comment.