summarylogtreecommitdiffstats
path: root/pynote.install
blob: 5c6f40e49f6224836af68487ea86bc568b268716 (plain)
1
2
3
4
5
6
7
8
9
10
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"
}