From c9e03dcf767e1d3b55198f6ab8e5aa9e6e582746 Mon Sep 17 00:00:00 2001 From: Blair Bonnett Date: Sat, 18 Dec 2021 11:27:59 +0100 Subject: [PATCH] Release version 1.6.0. * Python 3.10 compatibility. * Clarify supported Python and Matplotlib versions. * Drop obsolete workaround for setting the preamble. --- pgfutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgfutils.py b/pgfutils.py index cb09c1f..7ec3048 100644 --- a/pgfutils.py +++ b/pgfutils.py @@ -36,7 +36,7 @@ """ -__version__ = "1.6.0-alpha0" +__version__ = "1.6.0" # We don't import Matplotlib here as this brings in NumPy. In turn, NumPy # caches a reference to the io.open() method as part of its data loading