Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Sep 15, 2023
1 parent 85a6284 commit d15f3e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion aerosandbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from aerosandbox.propulsion import *
from aerosandbox.structures import *

__version__ = "4.1.2"
__version__ = "4.1.3"


def docs():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d15f3e7

Please sign in to comment.