From 9486e4e65a29a73cf3ad4000255cc41ebc997863 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Fri, 13 Sep 2024 13:36:08 +0200 Subject: [PATCH] Prepared v1.4.0 (#310) --- CHANGELOG.rst | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 213632c..86a527c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ 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 @@ -11,6 +11,7 @@ aerofiles vXXX, 2024-XX-YYYY 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 ---------------------------- diff --git a/setup.py b/setup.py index fc7bb53..873336d 100644 --- a/setup.py +++ b/setup.py @@ -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,