Running indico version

In indico1 I could use help-> about indico to see the current running version. How do I do this in indico 2.0.x? Or is there a file in the install tree that shows the version?

Regards,

Chris

As an admin you can see it by going to /admin/community-hub/ (“Indico version installed”).

On the command line you can just run indico shell which will show you the version, ot you can run this snippet to get just the version:

python -c 'import indico; print indico.__version__'

Thanks for the quick response. both the command line solutions work. The web interface too, though it is complaing that it cannot contact the community hub, possibly because there is a firewall in the way.