From dc047b9d30dd7507c46b2fb51ae7885de914dfc3 Mon Sep 17 00:00:00 2001 From: Victor Calderon Date: Fri, 8 Feb 2019 04:15:36 -0600 Subject: [PATCH] Preparing release 0.0.31 --- CHANGES.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e6d09a6..fc88187 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ -0.0.31 (unreleased) +0.0.31 (2019-02-08) ----------------------- -- No changes yet. +- Added new functions to `~sdss_catl_utils.mocks_manager.catl_utils` 0.0.3 (2019-01-21) ----------------------- diff --git a/setup.cfg b/setup.cfg index 6df3842..25c071b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ github_project = vcalderon2009/sdss_catl_utils # install_requires = astropy, scipy, matplotlib install_requires = astropy, numpy, pandas, h5py, GitPython, cython, requests, numexpr, scipy, scikit-learn, BeautifulSoup4, wget, tqdm, cosmo-utils # version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/) -version = 0.0.31dev +version = 0.0.31 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.6