Is askbot 0.7.48 a stable version ?
At the time of writing, askbot 0.7.48 is available on pypi but it is not mentioned in the changelog [1]
. I checked the diff between 0.7.47 and 0.7.48 and saw javascript debugger
statements in the code [2]
.
I am currently testing 0.7.47 and I'm experiencing some troubles that doesn't seem to be fixed in 0.7.48 but I can't be 100% sure without migrating.
Is 0.7.48 supposed to be stable besides those debugger
leftovers ?
[1]
http://askbot.org/doc/changelog.html
[2]
https://github.com/ASKBOT/askbot-devel/compare/0.7.47...0.7.48#L45R2079
Comments