Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Jun 17, 2024
1 parent f7e6215 commit 3eb11f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Also, for at least one version before a breaking change, AeroSandbox development

# Latest (master / release), and previous versions

#### 4.2.5

- Improvements to AeroSandbox plotting tools (`aerosandbox.tools.pretty_plots`)
- New features in AeroSandbox profiling tools (`aerosandbox.tools.code_benchmarking`)
- In tutorials, added new validation studies for aerodynamics solvers including wind tunnel data

#### 4.2.4

- Fixed a bug in `aerosandbox.numpy.gradient` which resulted in inconsistent answers with `numpy.gradient` (dropped an argument). Added fix for the `period` argument.
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.2.4"
__version__ = "4.2.5"


def docs():
Expand Down

0 comments on commit 3eb11f0

Please sign in to comment.