You can't use a '.' in appengine version numbers, presumably because this would make the hostnames for the version.recent.appname.appspot.com addresses very ugly.
On Jun 17, 11:37 pm, gops <[email protected]> wrote: > i know in python , you can have any version number. its just a string. > ( and not number. ) > > so , latest1, latest2, daily, onceinmonth can also work i think. > google just add timestamp to it to caculate minor version. > > i.e. daily.234552352323 > > On Jun 18, 2:15 am, Jeff <[email protected]> wrote: > > > I'd like to request that google support propper version numbering for > > appengine apps. The current restriction as I understand it makes > > version numbers pointless for anything other than google's own house > > keeping. Something along the lines of major.minor.subminor numbering > > would be a good idea though it should allow for alpha numerics. It > > doesn't even have to replace your current version number - it could be > > part of what you might call the application's profile information. You > > can also update the eclipse appengine plugin to support this so that > > when a new version is uploaded the developer can update the profile > > right from one of the plugin's screens. > > > Thanks. > > > Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
