Yes. This is excatly 3.6 release version Ive downloaded and “release” coded.
Some python cache to be deleted? Everything looks same,no idea wheres the clue…
# These items are static but depend on the version cycle.
items = [
('OFFICIAL', "Official", "Officially supported"),
('COMMUNITY', "Community", "Maintained by community developers"),
]
if bpy.app.version_cycle == "release":
items.append(('TESTING', "Testing", "Newly contributed scripts (excluded from release builds)"))