2016-08-23 8:18 GMT+02:00 info info@gno.de:
The version string is inside family.py.
I couldn't find it. Neither searching for "wmf", nor for "1.26".
For namespaces you can use the maintenance script update_namespaces.py;
No such script in my copy. I tried to edit family file manually with Notepad++, but for my surprise I found an ANSI-coded file with strange character combinations in Hungarian names, and they remain that way after converting to UTF-8. (Although the forst line contains utf-8 coding, but the file itself is not UTF-8 anyway.)
E.g. self.namespaces[90] = { 'hu': u'TĂ©ma', but the bot recognizes it as Téma (which is the correct spelling). How is that possible? I didn't dare to edit after this.