Is it possible to read the version of a Google App Engine application at runtime?
1 answer
Yes, take a look at http://code.google.com/appengine/docs/python/runtime.html#The_Environment has a variable CURRENT_VERSION_ID
that should tell you this.
+5
a source to share