We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4bc88 commit 1c52ea8Copy full SHA for 1c52ea8
release-notes.md
@@ -1,4 +1,4 @@
1
-v 0.16.3
+v 0.16.4
2
========
3
- added `PostgresDumper` to dump a postgres db and write the dump on an sftp server.
4
setup.py
@@ -28,7 +28,7 @@
28
# For a discussion on single-sourcing the version across setup.py and the
29
# project code, see
30
# https://packaging.python.org/guides/single-sourcing-package-version/
31
- version='0.16.3', # Required
+ version='0.16.4', # Required
32
33
# This is a one-line description or tagline of what your project does. This
34
# corresponds to the "Summary" metadata field:
@@ -137,7 +137,8 @@
137
'schedule==1.2.0',
138
'pika',
139
'pathlib',
140
- 'inquirer'
+ 'inquirer',
141
+ 'paramiko'
142
],
143
144
# List additional groups of dependencies here (e.g. development
0 commit comments