Skip to content

Commit 21fd2b9

Browse files
authored
Bumped to 1.1.0 (#10)
* Wrapped `tempfile.gettempdir` (#7)
1 parent 8a36a4e commit 21fd2b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.0
2+
=====
3+
* Wrapped `tempfile.gettempdir` (#7)
4+
15
1.0.4
26
=====
37
* Added support for Python 3.6, 3.7 and 3.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='temppathlib',
20-
version='1.0.4', # don't forget to update the changelog!
20+
version='1.1.0', # don't forget to update the changelog!
2121
description='Wrap tempfile to give you pathlib.Path.',
2222
long_description=long_description,
2323
url='https://github.com/Parquery/temppathlib',

0 commit comments

Comments
 (0)