From e08efd0f07b56eba7b89d9c0f3e31bedc4fe83c3 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 3 Apr 2020 17:37:40 +0100 Subject: [PATCH] Revert "NEWS.rst: fix RST inline url [ci skip]" This reverts commit 3ea6f43805cab64412ed57a65bd4dfde3c6dbf5f. --- NEWS.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 3be026f20..f292a6152 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,7 +1,10 @@ +4.7.0 (released 2020-04-03) +--------------------------- + - [cu2qu] Added ``fontTools.cu2qu`` package, imported from the original `cu2qu `__ project. The ``cu2qu.pens`` module was moved to ``fontTools.pens.cu2quPen``. The optional cu2qu extension module - can be compiled by installing `Cython `__ before installing + can be compiled by installing `Cython ` before installing fonttools from source (i.e. git repo or sdist tarball). The wheel package that is published on PyPI (i.e. the one ``pip`` downloads, unless ``--no-binary`` option is used), will continue to be pure-Python for now (#1868).