From 6df139708fdbdb3fd70addb23c01b74f46b858c6 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Mon, 2 Sep 2019 16:24:05 -0500 Subject: [PATCH] Version 2.0.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ec217f18..3c846060 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -2.0.0 (Unreleased) +2.0.0 (2019-09-02) ------------------ New Features diff --git a/setup.py b/setup.py index bcbe931f..f9bd5663 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 = '2.0.dev' +VERSION = '2.0.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION