Skip to content

Commit 9486e4e

Browse files
authored
Prepared v1.4.0 (#310)
1 parent c4bf983 commit 9486e4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Changelog
33

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

6-
aerofiles vXXX, 2024-XX-YYYY
6+
aerofiles v1.4.0, 2024-09-13
77
----------------------------
88
* igc/reader: fix for HFTZN to handle timezone that is not integer
99
* igc/reader: add "datetime" and "datetime_local" to fix_records to
1010
deal with UTC and local time correctly. Please read "How
1111
to read an IGC file" for a detailed explanation.
1212
* igc/reader: added flag "skip_duplicates" to remove B records with
1313
identical time.
14+
* improved documentation for IGC
1415

1516
aerofiles v1.3.1, 2024-08-12
1617
----------------------------

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