Skip to content

Commit

Permalink
Release version 1.6.0.
Browse files Browse the repository at this point in the history
* Python 3.10 compatibility.

* Clarify supported Python and Matplotlib versions.

* Drop obsolete workaround for setting the preamble.
  • Loading branch information
bcbnz committed Dec 18, 2021
1 parent 8ca7b8e commit c9e03dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgfutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9e03dc

Please sign in to comment.