We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a36a4e commit 21fd2b9Copy full SHA for 21fd2b9
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+1.1.0
2
+=====
3
+* Wrapped `tempfile.gettempdir` (#7)
4
+
5
1.0.4
6
=====
7
* Added support for Python 3.6, 3.7 and 3.8
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='temppathlib',
20
- version='1.0.4', # don't forget to update the changelog!
+ version='1.1.0', # 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