Skip to content

Commit 3fd672c

Browse files
committed
Strip importlib_resources.__version__
Closes python#56
1 parent 6f9671a commit 3fd672c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

importlib_resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
read_text)
1919

2020

21-
__version__ = read_text('importlib_resources', 'version.txt')
21+
__version__ = read_text('importlib_resources', 'version.txt').strip()

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 (2018-XX-XX)
6+
================
7+
* Strip ``importlib_resources.__version__``. Closes #56
8+
59
0.7 (2018-05-15)
610
================
711
* Fix ``setup.cfg`` metadata bug. Closes #55

0 commit comments

Comments
 (0)