Skip to content

Commit

Permalink
commit para release 0.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Jan 8, 2019
1 parent 8a7403c commit 38999e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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)
-------------------
Expand Down
4 changes: 4 additions & 0 deletions 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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion pydatajson/__init__.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 38999e0

Please sign in to comment.