diff --git a/HISTORY.md b/HISTORY.md index ba04267..642b790 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ Versiones ========= +0.4.32 (2019-01-08) +------------------- +* Fix al dj_format para las lecturas + 0.4.31 (2019-01-08) ------------------- diff --git a/docs/HISTORY.md b/docs/HISTORY.md index ba04267..642b790 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ Versiones ========= +0.4.32 (2019-01-08) +------------------- +* Fix al dj_format para las lecturas + 0.4.31 (2019-01-08) ------------------- diff --git a/pydatajson/__init__.py b/pydatajson/__init__.py index 156423e..086f5bc 100644 --- a/pydatajson/__init__.py +++ b/pydatajson/__init__.py @@ -13,7 +13,7 @@ __author__ = """Datos Argentina""" __email__ = 'datos@modernizacion.gob.ar' -__version__ = '0.4.31' +__version__ = '0.4.32' """ Logger base para librería pydatajson diff --git a/setup.py b/setup.py index 97c2f19..96832ad 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='pydatajson', - version='0.4.31', + version='0.4.32', 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',