Skip to content

Commit 65889e6

Browse files
authored
Bumped to 1.2.0 (#14)
* Revisited the supported Python versions up to 3.10 (#13) * Supported prefix and suffix in ``TmpDirIfNecessary`` (#12)
1 parent 5b8c4c9 commit 65889e6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
1.1.0
27
=====
3-
* Wrapped `tempfile.gettempdir` (#7)
8+
* Wrapped ``tempfile.gettempdir`` (#7)
49

510
1.0.4
611
=====

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.1.0', # don't forget to update the changelog!
20+
version='1.2.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)