From 0677561a43bf440823ccca653f205a72b5bf5955 Mon Sep 17 00:00:00 2001 From: Victor Calderon Date: Wed, 30 May 2018 04:55:55 -0500 Subject: [PATCH] Preparing release 0.1.38 --- CHANGES.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d594741..c3a18c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ -0.1.38 (unreleased) +0.1.38 (2018-05-30) ----------------------- -- No changes yet. +- Fixed bug found in :py:func:`~cosmo_utils.utils.file_readers.pandas_df_to_hdf5_file` 0.1.37 (2018-05-29) ----------------------- diff --git a/setup.cfg b/setup.cfg index 8576c57..5859692 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ github_project = vcalderon2009/cosmo_utils # install_requires = astropy, scipy, install_requires = astropy, numpy, pandas, h5py, GitPython, cython, requests, numexpr, scipy, scikit-learn # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.1.38dev +version = 0.1.38 [entry_points]