Skip to content

Commit

Permalink
New version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Jan 24, 2023
1 parent ef650df commit 515ff66
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release history
---------------

0.2.1 (2023-01-24)
++++++++++++++++++

- Workbench: New Preview button to fetch & view data of any Stage of the Workflow.

0.2.0 (2023-01-15)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion geodataflow/all/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = 'Geoprocessing framework for geographical & Earth Observation (EO) data.'
__author__ = 'Alvaro Huarte'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/api/geodataflow/api/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.api'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = \
'REST WebAPI for GeodataFlow, one Geoprocessing framework for geographical & Earth Observation (EO) data.'
__author__ = 'Alvaro Huarte'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/core/geodataflow/core/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.core'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = \
'Main subpackage of GeodataFlow, one Geoprocessing framework for geographical & Earth Observation (EO) data.'
__author__ = 'Alvaro Huarte'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/dataframes/geodataflow/dataframes/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.dataframes'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = 'GeodataFlow backend implementation with GeoPandas (GeoDataFrames).'
__author__ = 'Alvaro Huarte'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/spark/geodataflow/spark/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.spark'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = 'GeodataFlow backend implementation with PySpark.'
__author__ = 'Alvaro Huarte'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/spatial/geodataflow/spatial/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.spatial'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = 'GeodataFlow backend implementation with GDAL/OGR library (OSGeo).'
__author__ = 'Alvaro Huarte'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion geodataflow/sql/geodataflow/sql/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""

__name__ = 'geodataflow.sql'
__version__ = '0.2.0'
__version__ = '0.2.1'
__description__ = 'GeodataFlow backend implementation with Spatial SQL.'
__author__ = 'Alvaro Huarte'
__email__ = '[email protected]'
Expand Down

0 comments on commit 515ff66

Please sign in to comment.