Is 'install.py' on the same release schedule as ERPNext?

I am still trying to get help with this “property_setter.py” bug.

So far I think I have determined that it is not an issue with ErpNext versions or dependencies versions, but I am now wondering if install.py is released separately from the main body of code.

If so, is there a way to revert to a version of install.py from two weeks ago?

@MartinHBramwell you can go through the git history of the install.py files and wget specific raw versions like

wget https://github.com/frappe/bench/blob/{{ commit_hash }}/playbooks/install.py

replace commit_hash with the hashes from the git history page

Thank you, I’ll have a look on Thursday. Travelling right now.