Skip to content

Commit

Permalink
Updated documentation, setup.py set to 1.1.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubeck authored Nov 3, 2023
1 parent a7d1af4 commit ce65082
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Here you can see the full list of changes between each aerofiles release.
-------------


aerofiles v1.1.0
----------------

- IGC/writer: added long_option "RECEIVER" to be compliant with newest spec
- IGC/reader: allow all H-records to be in short or long format
- OpenAir/reader: Added "lineno" to all elements to reference source line


aerofiles v1.0.0
----------------

Expand Down
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

**waypoint, task, tracklog readers and writers for aviation**

.. image:: https://travis-ci.org/Turbo87/aerofiles.png?branch=master
:target: https://travis-ci.org/Turbo87/aerofiles
This is a python library to read and write many important file formats
for aviation. It is compatible with python 3.0 (and newer) and
2.6. Please read the documentation under
https://aerofiles.readthedocs.io for further information.

.. image:: actions/workflows/ci.yml/badge.svg
:target: actions/workflows/ci.yml
:alt: Build Status

Features
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.0.0',
version='1.1.0',
description='waypoint, task, tracklog readers and writers for aviation',
long_description=read('README.rst'),
url=GITHUB_URL,
Expand Down

0 comments on commit ce65082

Please sign in to comment.