File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22 importlib_resources NEWS
33==========================
44
5+ 1.0.1 (2018-06-29)
6+ ==================
7+ * Update Trove classifiers. Closes #63
8+
591.0 (2018-06-28)
610================
711* Backport fix for test isolation from Python 3.8/3.7. Closes #61
Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The short X.Y version.
64- version = '0.1'
64+ version = '1. 0.1'
6565# The full version, including alpha/beta/rc tags.
66- release = '0.1'
66+ release = '1. 0.1'
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# for a list of supported languages.
Original file line number Diff line number Diff line change 1- 1.0
1+ 1.0.1
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ description = Read resources from Python packages
88long_description = file: README.rst
99license = Apache Software License
1010classifiers =
11- Development Status :: 4 - Beta
11+ Development Status :: 5 - Production/Stable
1212 Intended Audience :: Developers
1313 License :: OSI Approved :: Apache Software License
1414 Topic :: Software Development :: Libraries
15+ Programming Language :: Python :: 2.7
1516 Programming Language :: Python :: 3
1617
1718[options]
You can’t perform that action at this time.
0 commit comments