From 2f39b6ea53acbb2a62df9b28be97589c31c67f8c Mon Sep 17 00:00:00 2001 From: Kaylan Burleigh Date: Tue, 12 Jul 2016 14:28:37 -0700 Subject: [PATCH] update release notes and version prior to tag --- doc/changes.rst | 11 +++++++++-- py/desitarget/_version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index ae0c44eb4..248e332a9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,13 +2,20 @@ desitarget Change Log ===================== -0.4.0 (unreleased) +0.5.0 (unreleased) ------------------ +* Template * Move data into Python package to aid pip installs. -* Many other changes to support the above. * Support for Travis, Coveralls and ReadTheDocs. + +0.4.0 (2016-07-12) +------------------ + +* Updated code from DECaLS DR1 to load DR2 tractor catalaogues to psql db. +* Basic unit test script for checking that db rows match tractor catalogues. + 0.3.3 (2016-03-08) ------------------ diff --git a/py/desitarget/_version.py b/py/desitarget/_version.py index 2b3aa26af..abeeedbf5 100644 --- a/py/desitarget/_version.py +++ b/py/desitarget/_version.py @@ -1 +1 @@ -__version__ = '0.3.3.dev185' +__version__ = '0.4.0'