Skip to content

Commit 1bee4dd

Browse files
committed
Merge branch 'issue63' into 'master'
Update Trove classifiers Closes python#63 See merge request python-devs/importlib_resources!64
2 parents 07497dd + 0d1a389 commit 1bee4dd

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

importlib_resources/docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
importlib_resources NEWS
33
==========================
44

5+
1.0.1 (2018-06-29)
6+
==================
7+
* Update Trove classifiers. Closes #63
8+
59
1.0 (2018-06-28)
610
================
711
* Backport fix for test isolation from Python 3.8/3.7. Closes #61

importlib_resources/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
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.

importlib_resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
1.0.1

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ description = Read resources from Python packages
88
long_description = file: README.rst
99
license = Apache Software License
1010
classifiers =
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]

0 commit comments

Comments
 (0)