How to setup release with sentry?

Hi Guys,
I using Python with Flask framework. Can you help me setup release tracking on serverside?.
Thanks in advance

You just need to tell the raven client your release ID and then use sentry-cli to send the release information once. Did you see this documentation? http://docs.sentry.io/learn/releases

Hi Mitsuhiko,
Thank you so much.
I can not see new issues or bugs in a particular release version.
How can I show it ?

If you go to the releases tab you can see which groups affect a specific release.

Thank you very much :slight_smile: