From 823b14a9892a14263cd30a053028a29aaab1c6fd Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Thu, 20 Oct 2016 20:45:59 +0200 Subject: [PATCH] Version 0.4.1 --- CHANGES.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ba139acef..7c47b11a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.4.1 (unreleased) +------------------ +* fix a bug where maxrec wasn't send to the server + 0.4 (unreleased) ---------------- * Use astropy tables for table metadata diff --git a/setup.py b/setup.py index b7da4b75b..45484776d 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.4' +VERSION = '0.4.1' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION