From 80e77f6275545196a8ce23007515f5b2f2fa93b6 Mon Sep 17 00:00:00 2001 From: e-koch Date: Tue, 28 Nov 2017 09:44:53 -0700 Subject: [PATCH] Preparing v1.5 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c62c624a..aba403a4 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def finalize_options(self): builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) - VERSION = '1.5.dev' + VERSION = '1.5' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION