diff --git a/CHANGES.md b/CHANGES.md index eceb52c..8f5b0dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v2.1.0 (30-May-2023) +==================== +- Change `science` and `ieee` to use Times New Roman look-alike fonts +- Tweak `plot-examples.py` and clean PDF output + v2.0.1 (03-Dec-2022) ==================== - Add Turkish `turkish-font` language style diff --git a/setup.py b/setup.py index 003aab6..5f4d0f2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SciencePlots', - version='2.0.1', + version='2.1.0', author="John Garrett", author_email="garrettj403@gmail.com", maintainer="Echedey Luis",