summarylogtreecommitdiffstats
path: root/pynote.install
diff options
context:
space:
mode:
Diffstat (limited to 'pynote.install')
-rw-r--r--pynote.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pynote.install b/pynote.install
new file mode 100644
index 000000000000..5c6f40e49f62
--- /dev/null
+++ b/pynote.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Do not forget to check the release notes!"
+ echo "https://pynote.readthedocs.org/en/latest/changelog.html"
+}
+
+post_upgrade() {
+ echo "Do not forget to check the release notes!"
+ echo "https://pynote.readthedocs.org/en/latest/changelog.html"
+ echo "You find upgrade instructions here:"
+ echo "https://pynote.readthedocs.org/en/latest/faq.html#upgrading-from-0-2-to-1-0"
+}