We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c4c9 commit 65889e6Copy full SHA for 65889e6
2 files changed
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
+1.2.0
2
+=====
3
+* Revisited the supported Python versions up to 3.10 (#13)
4
+* Supported prefix and suffix in ``TmpDirIfNecessary`` (#12)
5
+
6
1.1.0
7
=====
-* Wrapped `tempfile.gettempdir` (#7)
8
+* Wrapped ``tempfile.gettempdir`` (#7)
9
10
1.0.4
11
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name='temppathlib',
20
- version='1.1.0', # don't forget to update the changelog!
+ version='1.2.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