Skip to content

Commit afe75d8

Browse files
committed
Fix #8: removed pathlib
1 parent c3c5788 commit afe75d8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v 0.16.5
2+
========
3+
- Fix [#8](https://github.com/orthanc-team/python-orthanc-tools/issues/8): removed pathlib dependency
4+
15
v 0.16.4
26
========
37
- added `PostgresDumper` to dump a postgres db and write the dump on an sftp server.

Diff for: requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ hl7==0.4.2
55
six
66
schedule==1.2.0
77
pika
8-
pathlib
98
inquirer
109
paramiko

Diff for: setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# For a discussion on single-sourcing the version across setup.py and the
2929
# project code, see
3030
# https://packaging.python.org/guides/single-sourcing-package-version/
31-
version='0.16.4', # Required
31+
version='0.16.5', # Required
3232

3333
# This is a one-line description or tagline of what your project does. This
3434
# corresponds to the "Summary" metadata field:
@@ -136,7 +136,6 @@
136136
'six',
137137
'schedule==1.2.0',
138138
'pika',
139-
'pathlib',
140139
'inquirer',
141140
'paramiko'
142141
],

0 commit comments

Comments
 (0)