From 07497dd2c406eb267667259129142e47cb89cdec Mon Sep 17 00:00:00 2001 From: Barry Warsaw <barry@python.org> Date: Thu, 28 Jun 2018 10:07:39 -0700 Subject: [PATCH] Version 1.0 Now that Python 3.7 is released, we commit to backward compatibility with its API, so burn that into the version number. --- importlib_resources/docs/changelog.rst | 2 +- importlib_resources/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/importlib_resources/docs/changelog.rst b/importlib_resources/docs/changelog.rst index 52f46ef..15de06f 100644 --- a/importlib_resources/docs/changelog.rst +++ b/importlib_resources/docs/changelog.rst @@ -2,7 +2,7 @@ importlib_resources NEWS ========================== -1.0 (2018-XX-XX) +1.0 (2018-06-28) ================ * Backport fix for test isolation from Python 3.8/3.7. Closes #61 diff --git a/importlib_resources/version.txt b/importlib_resources/version.txt index aec258d..d3827e7 100644 --- a/importlib_resources/version.txt +++ b/importlib_resources/version.txt @@ -1 +1 @@ -0.8 +1.0 -- GitLab