Skip to content

Commit

Permalink
Prepared v1.4.0 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubeck authored Sep 13, 2024
1 parent c4bf983 commit 9486e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ Changelog

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

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

aerofiles v1.3.1, 2024-08-12
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*paths):

setup(
name='aerofiles',
version='1.3.1',
version='1.4.0',
description='waypoint, task, tracklog readers and writers for aviation',
long_description=read('README.rst'),
url=GITHUB_URL,
Expand Down

0 comments on commit 9486e4e

Please sign in to comment.