From a15397d384c825c8b074b40bba24555b6fb9f270 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sat, 21 May 2022 00:36:43 -0700 Subject: [PATCH] release 1.0.0 - update CHANGELOG - update classifier (6 - mature, see https://pypi.org/classifiers/) --- CHANGELOG | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 231ce4c..08accf5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,12 +13,13 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) ------------------------------------------------------------------------------ -04/30/2022 orbeckst, IAlibay +05/21/2022 orbeckst, IAlibay * 1.0.0 Changes + * API-stable release * deprecated and buggy CCP4 module was removed (#107, #50) * gridDataFormats now follows NEP29 (#102) * removed support for Python 2.7 and Python <3.8 (#102) diff --git a/setup.py b/setup.py index e378972..64cfb7e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ url="https://github.com/MDAnalysis/GridDataFormats", download_url="https://github.com/MDAnalysis/GridDataFormats/releases", keywords="science array density", - classifiers=['Development Status :: 5 - Mature', + classifiers=['Development Status :: 6 - Mature', 'Environment :: Console', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',