Skip to content

Commit

Permalink
Merge branch 'issue63' into 'master'
Browse files Browse the repository at this point in the history
Update Trove classifiers

Closes python#63

See merge request python-devs/importlib_resources!64
  • Loading branch information
warsaw committed Jun 29, 2018
2 parents 07497dd + 0d1a389 commit 1bee4dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions importlib_resources/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions importlib_resources/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion importlib_resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
1.0.1
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1bee4dd

Please sign in to comment.