Skip to content

Commit e5f5604

Browse files
committed
Prepare new release
1 parent 452e5ec commit e5f5604

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Note
22
New releases are marked in the repository using tags. Simply checkout the master branch for the lastest version or use git checkout if you require a specific release, for example 'git checkout 2022.10'.
33

4+
# Release 2025.01
5+
- Update of flutter solution sequence including updated description in the User Guide and of the tutorials
6+
- Numpy 2.2 and Python 3.12 compatibility
7+
- More robust continuous integration testing
8+
49
# Release 2024.06
510
- Added comprehensive tutorials as well as coresponding aeroelastic models of the DC3 created by Francisco Carvalho
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def my_setup():
1515
setup(name='LoadsKernel',
16-
version='2024.06',
16+
version='2025.01',
1717
description="""The Loads Kernel Software allows for the calculation of quasi-steady and dynamic maneuver loads,
1818
unsteady gust loads in the time and frequency domain as well as dynamic landing loads based on a generic landing
1919
gear module.""",

0 commit comments

Comments
 (0)