diff --git a/CHANGES.md b/CHANGES.md index 8f5b0dc..d07195f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +v2.1.1 (25-Nov-2023) +==================== +- Avoid Matplotlib issuing `INFO` log statements about no available fonts + due to last release changes. +- Add `science` + `no-latex ` example + v2.1.0 (30-May-2023) ==================== - Change `science` and `ieee` to use Times New Roman look-alike fonts diff --git a/setup.py b/setup.py index 5f4d0f2..b24a814 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SciencePlots', - version='2.1.0', + version='2.1.1', author="John Garrett", author_email="garrettj403@gmail.com", maintainer="Echedey Luis",