Skip to content

Commit e5c40cb

Browse files
authored
Update to v1.4.2 (#334)
1 parent 755aa73 commit e5c40cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog
33

44
Here you can see the full list of changes between each aerofiles release.
55

6+
aerofiles v1.4.2, 2025-05-12
7+
----------------------------
8+
* igc/reader: ignore invalid extensions in B record
9+
610
aerofiles v1.4.1, 2025-03-07
711
----------------------------
812
* igc/reader: fix for timezone not being able for deepcopy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*paths):
1313

1414
setup(
1515
name='aerofiles',
16-
version='1.4.1',
16+
version='1.4.2',
1717
description='waypoint, task, tracklog readers and writers for aviation',
1818
long_description=read('README.rst'),
1919
url=GITHUB_URL,

0 commit comments

Comments
 (0)