web2py uses semver <http://semver.org/>. I don't think we should switch to 
using year.month just to satisfy the case where you forget what version you 
were running when you developed an app (particularly since app development 
tends to be ongoing). There are other ways to tell which version was 
released when -- for example: 
https://github.com/web2py/web2py/commits/master/VERSION.

Anthony

On Friday, July 22, 2016 at 4:47:36 PM UTC-4, 黄祥 wrote:
>
> here is the story :
> two years ago i made a web2py app, n not used after that, n right now my 
> boss asked me to continue improve that app. so i upload the packed old 
> web2py app to the web2py current version, but the login is not working, i 
> can register (inserted in database), but i can't login after that. (checked 
> on database the value is there).
> because my boss tell it's urgent, so that i think it's better to make it 
> running first with the old version than to find the root cause for it. but 
> the problem is i don't know what version of web2py when i build the old 
> packed web2py app. i must download several web2py version that build in 
> 2014 (two years ago)
>
> my suggestion it's better to naming web2py version base on date release, 
> like ubuntu.
> e.g.
> version 2.16.7.0
> means python 2, release year, release month, release count (start from 
> zero, in case there is any web2py version that release on the same month n 
> same year)
> because i can compare base on date modified or date on the file and 
> download the web2py version that near with the date on the file
>
> note for myself for better future :
> create readme.txt that contain web2py version on it
>
> not sure about backward compability on this case, but i know, a lot of 
> changes was made in web2py during this 2 years. thanks so much to the 
> active n kind community.
>
> best regards,
> stifan
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to