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 2
2
importlib_resources NEWS
3
3
==========================
4
4
5
+ 1.0.1 (2018-06-29)
6
+ ==================
7
+ * Update Trove classifiers. Closes #63
8
+
5
9
1.0 (2018-06-28)
6
10
================
7
11
* Backport fix for test isolation from Python 3.8/3.7. Closes #61
Original file line number Diff line number Diff line change 61
61
# built documents.
62
62
#
63
63
# The short X.Y version.
64
- version = '0.1'
64
+ version = '1. 0.1'
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '0.1'
66
+ release = '1. 0.1'
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# 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
8
8
long_description = file: README.rst
9
9
license = Apache Software License
10
10
classifiers =
11
- Development Status :: 4 - Beta
11
+ Development Status :: 5 - Production/Stable
12
12
Intended Audience :: Developers
13
13
License :: OSI Approved :: Apache Software License
14
14
Topic :: Software Development :: Libraries
15
+ Programming Language :: Python :: 2.7
15
16
Programming Language :: Python :: 3
16
17
17
18
[options]
You can’t perform that action at this time.
0 commit comments