Skip to content

Commit

Permalink
commit para release 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed May 11, 2018
1 parent 200691e commit c7b7960
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Versiones
=========

0.4.14 (2018-05-11)
-------------------

* `harvest_catalog_to_ckan()` atrapa todas las excepciones de un dataset y no detiene la ejecución.


0.4.13 (2018-05-06)
-------------------

Expand Down
16 changes: 16 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Versiones
=========

0.4.14 (2018-05-11)
-------------------

* `harvest_catalog_to_ckan()` atrapa todas las excepciones de un dataset y no detiene la ejecución.


0.4.13 (2018-05-06)
-------------------

* Agrega una primer interfaz sencilla por línea de comandos. Cualquier módulo puede ser usado como `pydatajson module_name arg1 arg2 arg3` siempre que defina un método `main()` a nivel del módulo que procese los parámetros.

0.4.12 (2018-05-04)
-------------------

* Agrega función `get_distribution_time_index()` que devuelve el `title` del `field` marcado como time_index en una distribución de series de tiempo, si este lo tiene.

0.4.11 (2018-04-25)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pydatajson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__author__ = """Datos Argentina"""
__email__ = 'datos@modernizacion.gob.ar'
__version__ = '0.4.13'
__version__ = '0.4.14'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='pydatajson',
version='0.4.13',
version='0.4.14',
description="Paquete en python con herramientas para generar y validar metadatos de catálogos de datos en formato data.json.",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c7b7960

Please sign in to comment.