From d891c6d31d0b00a693714eff9c7775f9e9bc1f93 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Wed, 31 May 2017 17:12:31 -0700 Subject: [PATCH] Preparing release 0.5 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4757b7c60..c69370d4c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.5 (unreleased) +0.5 (2017-05-31) ---------------- - Added SubhaloPhaseSpace class for modeling HOD-style satellite velocities with subhalos. diff --git a/setup.py b/setup.py index 3ae366279..43e7120a2 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.5.dev' +VERSION = '0.5' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION