Skip to content

Commit f6ba89e

Browse files
authored
Merge pull request #99 from miurahr/patch-no-more-chdir-0.7
no more os.chdir for branch rel-0.7
2 parents 0494313 + f46b851 commit f6ba89e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ Removed
2929
Security
3030
--------
3131

32+
`v0.7.5`_ (27, Feb., 2020)
33+
==========================
34+
35+
Changed
36+
-------
37+
38+
* Requirements of py7zr is v0.5.3 or later, which include no more os.chdir() patch.
39+
40+
3241
`v0.7.4`_ (21, Feb., 2020)
3342
==========================
3443

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ setuptools-scm>=3.5.0
77
pep517
88
wheel
99
twine
10-
py7zr>=0.5.2,<0.6
10+
py7zr>=0.5.3,<0.6

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers =
3333
install_requires =
3434
requests
3535
wheel
36-
py7zr>=0.5.2,<0.6
36+
py7zr>=0.5.3,<0.6
3737
packaging
3838
setup_requires =
3939
setuptools-scm[toml]>=3.3.3

0 commit comments

Comments
 (0)