We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572992d commit c2e4092Copy full SHA for c2e4092
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+1.0.4
2
+=====
3
+* Added support for Python 3.6, 3.7 and 3.8
4
+* Made ``path`` a getter so that the return type is non-None
5
+
6
1.0.3
7
=====
8
* Added py.typed to the distribution so that the library can be used with mypy
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='temppathlib',
20
- version='1.0.3',
+ version='1.0.4', # don't forget to update the changelog!
21
description='Wrap tempfile to give you pathlib.Path.',
22
long_description=long_description,
23
url='https://github.com/Parquery/temppathlib',
0 commit comments