Skip to content

Commit b064896

Browse files
author
Alvaro Arroyo Parejo
committed
hotfix change in docstrings
1 parent ac8f0eb commit b064896

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

ESANEOCC/core.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* Property: European Space Agency (ESA)
1010
* Developed by: Elecnor Deimos
1111
* Author: C. Álvaro Arroyo Parejo
12-
* Issue: 1.3
13-
* Date: 16-06-2021
12+
* Issue: 1.3.1
13+
* Date: 29-06-2021
1414
* Purpose: Main module which gets NEAs data from https://neo.ssa.esa.int/
1515
* Module: core.py
1616
* History:
@@ -31,6 +31,7 @@
3131
Adding class type as for astroquery
3232
implementation.\n
3333
Define methods as static.\n
34+
1.3.1 29-06-2021 No changes
3435
======== =========== ============================================
3536
3637

ESANEOCC/lists.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* Property: European Space Agency (ESA)
88
* Developed by: Elecnor Deimos
99
* Author: C. Álvaro Arroyo Parejo
10-
* Issue: 1.3
11-
* Date: 16-06-2021
10+
* Issue: 1.3.1
11+
* Date: 29-06-2021
1212
* Purpose: Module which request and parse list data from ESA NEOCC
1313
* Module: lists.py
1414
* History:
@@ -25,6 +25,7 @@
2525
1.3 16-06-2021 URL and Timeout from configuration file
2626
for astroquery implementation.\n
2727
Change dateformat to datetime ISO format
28+
1.3.1 29-06-2021 Hotfix in Risk list (TS and Velocity)
2829
======== =========== ==========================================
2930
3031
© Copyright [European Space Agency][2021]

ESANEOCC/tabs.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Property: European Space Agency (ESA)
1111
* Developed by: Elecnor Deimos
1212
* Author: C. Álvaro Arroyo Parejo
13-
* Issue: 1.3
14-
* Date: 16-06-2021
13+
* Issue: 1.3.1
14+
* Date: 29-06-2021
1515
* Purpose: Module which request and parse list data from ESA NEOCC
1616
* Module: tabs.py
1717
* History:
@@ -37,6 +37,7 @@
3737
Change ephemerides skyfooter to fix bug.\n
3838
Change *get_matrix* from *orbit_properties* for
3939
objects with 2 non-gravitational parameters.
40+
1.3.1 29-06-2021 No changes
4041
======== =========== =====================================================
4142
4243
© Copyright [European Space Agency][2021]

0 commit comments

Comments
 (0)