From 0d1a3897ffecaf89e3f2e5a5e655a6fbc79a0514 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 29 Jun 2018 11:15:05 -0700 Subject: [PATCH] Update Trove classifiers Closes #63 --- importlib_resources/docs/changelog.rst | 4 ++++ importlib_resources/docs/conf.py | 4 ++-- importlib_resources/version.txt | 2 +- setup.cfg | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/importlib_resources/docs/changelog.rst b/importlib_resources/docs/changelog.rst index 15de06f5cd3e4c8..a3484836d76eea3 100644 --- a/importlib_resources/docs/changelog.rst +++ b/importlib_resources/docs/changelog.rst @@ -2,6 +2,10 @@ importlib_resources NEWS ========================== +1.0.1 (2018-06-29) +================== +* Update Trove classifiers. Closes #63 + 1.0 (2018-06-28) ================ * Backport fix for test isolation from Python 3.8/3.7. Closes #61 diff --git a/importlib_resources/docs/conf.py b/importlib_resources/docs/conf.py index 78c411439c77d6e..889b425a9cd6af5 100644 --- a/importlib_resources/docs/conf.py +++ b/importlib_resources/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/importlib_resources/version.txt b/importlib_resources/version.txt index d3827e75a5cadb9..7dea76edb3dc51b 100644 --- a/importlib_resources/version.txt +++ b/importlib_resources/version.txt @@ -1 +1 @@ -1.0 +1.0.1 diff --git a/setup.cfg b/setup.cfg index cd191658f4dad08..557576f4dd0db22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,10 +8,11 @@ description = Read resources from Python packages long_description = file: README.rst license = Apache Software License classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: Apache Software License Topic :: Software Development :: Libraries + Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 [options]