File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ v 0.16.5
2
+ ========
3
+ - Fix [ #8 ] ( https://github.com/orthanc-team/python-orthanc-tools/issues/8 ) : removed pathlib dependency
4
+
1
5
v 0.16.4
2
6
========
3
7
- added ` PostgresDumper ` to dump a postgres db and write the dump on an sftp server.
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ hl7==0.4.2
5
5
six
6
6
schedule == 1.2.0
7
7
pika
8
- pathlib
9
8
inquirer
10
9
paramiko
Original file line number Diff line number Diff line change 28
28
# For a discussion on single-sourcing the version across setup.py and the
29
29
# project code, see
30
30
# https://packaging.python.org/guides/single-sourcing-package-version/
31
- version = '0.16.4 ' , # Required
31
+ version = '0.16.5 ' , # Required
32
32
33
33
# This is a one-line description or tagline of what your project does. This
34
34
# corresponds to the "Summary" metadata field:
136
136
'six' ,
137
137
'schedule==1.2.0' ,
138
138
'pika' ,
139
- 'pathlib' ,
140
139
'inquirer' ,
141
140
'paramiko'
142
141
],
You can’t perform that action at this time.
0 commit comments