Skip to content

Commit c2e4092

Browse files
authored
Bumped to 1.0.4 (#5)
* Added support for Python 3.6, 3.7 and 3.8 * Made ``path`` a getter so that the return type is non-None
1 parent 572992d commit c2e4092

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
1.0.3
27
=====
38
* Added py.typed to the distribution so that the library can be used with mypy

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.3',
20+
version='1.0.4', # 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)