Skip to content

Commit

Permalink
Strip importlib_resources.__version__
Browse files Browse the repository at this point in the history
Closes python#56
  • Loading branch information
warsaw committed May 15, 2018
1 parent 6f9671a commit 3fd672c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
read_text)


__version__ = read_text('importlib_resources', 'version.txt')
__version__ = read_text('importlib_resources', 'version.txt').strip()
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 (2018-XX-XX)
================
* Strip ``importlib_resources.__version__``. Closes #56

0.7 (2018-05-15)
================
* Fix ``setup.cfg`` metadata bug. Closes #55
Expand Down

0 comments on commit 3fd672c

Please sign in to comment.