Skip to content

Commit aa4bc88

Browse files
committed
missing lib for pg_dumper
1 parent 68aed4f commit aa4bc88

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v 0.16.2
1+
v 0.16.3
22
========
33
- added `PostgresDumper` to dump a postgres db and write the dump on an sftp server.
44

Diff for: requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ six
66
schedule==1.2.0
77
pika
88
pathlib
9-
inquirer
9+
inquirer
10+
paramiko

Diff for: setup.py

+1-1
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.2', # Required
31+
version='0.16.3', # Required
3232

3333
# This is a one-line description or tagline of what your project does. This
3434
# corresponds to the "Summary" metadata field:

0 commit comments

Comments
 (0)