Skip to content

Commit 6da6767

Browse files
authored
v1.4.1 (#324)
1 parent df815b2 commit 6da6767

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ tests/welt2000/data/WELT2000.TXT
5252

5353
# Virtual Environment for python
5454
.env
55+
56+
# Editor backup files
57+
*~
58+

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.1, 2025-03-07
7+
----------------------------
8+
* igc/reader: fix for timezone not being able for deepcopy
9+
610
aerofiles v1.4.0, 2024-09-13
711
----------------------------
812
* igc/reader: fix for HFTZN to handle timezone that is not integer

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.0',
16+
version='1.4.1',
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)