From d15f3e78f94db40cfb86a0225bda3bc6c5bd01ed Mon Sep 17 00:00:00 2001 From: Peter Sharpe Date: Fri, 15 Sep 2023 16:35:05 -0400 Subject: [PATCH] version increment --- CHANGELOG.md | 6 ++++-- aerosandbox/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfaaed9c..ede5b93b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,12 +34,14 @@ Also, for at least one version before a breaking change, AeroSandbox development # In-progress (develop) version -- Various plotting-related syntax changes to address deprecation warnings in Matplotlib 3.8.0. - ----- # Latest (master / release), and previous versions +#### 4.1.3 + +- Various plotting-related syntax changes to address deprecation warnings in Matplotlib 3.8.0. + #### 4.1.2 - Added cost modeling capabilities for electric aircraft, in `aerosandbox.library.costs`. diff --git a/aerosandbox/__init__.py b/aerosandbox/__init__.py index 37bda22d1..6781a3463 100644 --- a/aerosandbox/__init__.py +++ b/aerosandbox/__init__.py @@ -14,7 +14,7 @@ from aerosandbox.propulsion import * from aerosandbox.structures import * -__version__ = "4.1.2" +__version__ = "4.1.3" def docs(): diff --git a/requirements.txt b/requirements.txt index 0f25b84e2..cbc400ca7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy~=1.24.3 scipy~=1.11.1 casadi~=3.6.3 pandas~=2.0.2 -matplotlib~=3.7.2 +matplotlib~=3.8.0 seaborn~=0.12.2 tqdm~=4.64.1 sortedcontainers~=2.4.0