From 4fe118188a4e27c1e42cb0d2389e8df97f031239 Mon Sep 17 00:00:00 2001 From: Brett Morris Date: Mon, 23 Oct 2017 19:09:16 -0700 Subject: [PATCH] Preparing release v0.4 --- CHANGES.rst | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 632ebf49..3d55a872 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,14 @@ -0.4 (unreleased) +0.4 (2017-10-23) ---------------- - Added new ``eclipsing`` module for eclipsing binaries and transiting - exoplanets + exoplanets [#315] + +- Fixes for compatibility with astropy Quantity object updates [#336] + +- Better PEP8 compatibility [#335] + +- Using travis build stages [#330] 0.3 (2017-09-02) ---------------- diff --git a/setup.py b/setup.py index 7aa1ac1e..9f01f72e 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.4.dev' +VERSION = '0.4' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION