From daa4ce91642014ba1f95bec1139b34d27017bc9d Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Tue, 30 May 2023 11:18:35 +0200 Subject: [PATCH] Bump to v2.1.0 --- CHANGES.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",