Skip to content

Commit a15397d

Browse files
committed
release 1.0.0
- update CHANGELOG - update classifier (6 - mature, see https://pypi.org/classifiers/)
1 parent e27b872 commit a15397d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ The rules for this file:
1313
* accompany each entry with github issue/PR number (Issue #xyz)
1414

1515
------------------------------------------------------------------------------
16-
04/30/2022 orbeckst, IAlibay
16+
05/21/2022 orbeckst, IAlibay
1717

1818
* 1.0.0
1919

2020
Changes
2121

22+
* API-stable release
2223
* deprecated and buggy CCP4 module was removed (#107, #50)
2324
* gridDataFormats now follows NEP29 (#102)
2425
* removed support for Python 2.7 and Python <3.8 (#102)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
url="https://github.com/MDAnalysis/GridDataFormats",
2222
download_url="https://github.com/MDAnalysis/GridDataFormats/releases",
2323
keywords="science array density",
24-
classifiers=['Development Status :: 5 - Mature',
24+
classifiers=['Development Status :: 6 - Mature',
2525
'Environment :: Console',
2626
'Intended Audience :: Science/Research',
2727
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',

0 commit comments

Comments
 (0)