From ad3c5f9d9151b8e1bddbc8268d93d3333515df82 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Thu, 20 Oct 2016 14:45:07 +0200 Subject: [PATCH] Release 0.4 --- CHANGES.rst | 22 ++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c168906f2..ba139acef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,25 @@ +0.4 (unreleased) +---------------- +* Use astropy tables for table metadata + +* fix another content encoding error + +0.3.2 (unreleased) +------------------ +* Adding table property to DALResults. This is a shortcut to access the astropy table + +* Improved Error Handling + +0.3.1 (unreleased) +------------------ +* fix an error where the content wasn't decoded properly + +* fix a bug where POST parameters are submitted as GET parameters + +0.3 (unreleased) +---------------- +Adding TAP API + 0.1 (unreleased) ---------------- diff --git a/setup.py b/setup.py index 286963105..b7da4b75b 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.3.2' +VERSION = '0.4' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION