You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/11/03 23:09:58 UTC

[whimsy] branch master updated: add instructions on how to upgrade img2pdf

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d879ec7  add instructions on how to upgrade img2pdf
d879ec7 is described below

commit d879ec7b3388a92718a7ebe5649f99b6895bbb40
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Nov 3 23:09:36 2018 +0000

    add instructions on how to upgrade img2pdf
---
 DEPLOYMENT.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 5cbb9b4..63bfe16 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -111,3 +111,6 @@ and running - these are only needed for a new deployment.
  
  * Verify that email can be sent to non-apache.org email addresses
    * Run [testmail.rb](tools/testmail.rb)
+
+ * if `pip3 show img2pdf` doesn't show version 0.3.1 or later:
+   * Run `pip3 install --upgrade img2pdf`