Skip to content

Commit

Permalink
update 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Henry committed Oct 1, 2018
1 parent 96e518e commit ada66a3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
\setlength{\voffset}{.0cm}

\logoeufar
\title{EUFAR, Olivier Henry}{}{EGADS Lineage Algorithm Handbook}{Version 0.9.1}
\title{EUFAR, Olivier Henry}{}{EGADS Lineage Algorithm Handbook}{Version 0.9.2}
%\author{}{}


Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions Documentation/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ CHANGELOG | LINEAGE BRANCH
==========================


October 1 2018, Release version 0.9.2
=====================================
MODIFIED:
- the setup.py file has been modify to include a link to the online documentation on ReadTheDocs.


October 1 2018, Release version 0.9.1
=====================================
MODIFIED:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version:
-------

EGADS Lineage 0.9.1
EGADS Lineage 0.9.2


Developments:
Expand All @@ -25,7 +25,7 @@ EGADS is under development by EUFAR (European Facility for Airborne Research), a
More Information:
-----------------

An overview of how the toolbox is installed and used can be found at the EGADS Lineage Documentation (Read the docs: https://no-doc-yet ; PDF file: Documentation directory). Information on the specific algorithms can be found in the Algorithm Documentation (PDF file: Documentation directory).
An overview of how the toolbox is installed and used can be found at the EGADS Lineage Documentation (Read the docs: https://egads.readthedocs.io/en/lineage/ ; PDF file: Documentation directory). Information on the specific algorithms can be found in the Algorithm Documentation (PDF file: Documentation directory).


Features:
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.1'
version = '0.9.2'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion egads/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.9.1'
__version__ = '0.9.2'
__branch__ = 'Lineage'
7 changes: 7 additions & 0 deletions egads/egads.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[LOG]
level = INFO
path =

[OPTIONS]
check_update = False

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
doclines = __doc__.split('\n')

setup(name='egads-lineage',
version='0.9.1',
version='0.9.2',
description=doclines[0],
long_description='\n'.join(doclines[2:]),
author='EUFAR, Olivier Henry',
Expand All @@ -44,6 +44,7 @@
keywords=['airbornescience', 'netcdf', 'nasa-ames', 'eufar', 'science',
'microphysics', 'thermodynamics'],
platforms=['Windows', 'Linux', 'MacOS'],
project_urls={'Documentation': 'https://egads.readthedocs.io/en/lineage/'},
packages=['egads',
'egads.core',
'egads.algorithms',
Expand Down

0 comments on commit ada66a3

Please sign in to comment.