Bench update error 10th 06 2016

root@NEXT:~# bench update Traceback (most recent call last): File "/usr/local/bin/bench", line 9, in <module> load_entry_point('bench==2.1.0', 'console_scripts', 'bench')() File "/home/frappe/bench-repo/bench/cli.py", line 40, in cli bench_command() File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main rv = self.invoke(ctx) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) File "/home/frappe/bench-repo/bench/commands/update.py", line 31, in update version_upgrade = is_version_upgrade() File "/home/frappe/bench-repo/bench/app.py", line 102, in is_version_upgrade upstream_version = get_upstream_version('frappe', bench=bench, branch=branch) File "/home/frappe/bench-repo/bench/app.py", line 150, in get_upstream_version return get_version_from_string(contents) File "/home/frappe/bench-repo/bench/app.py", line 206, in get_version_from_string return match.group(2) AttributeError: 'NoneType' object has no attribute 'group'

When i update show like this. Please help how to fix this problem.

Hi @Jasonchung,

This is already fixed please check [Important] Error in Bench Update? - #5 by mrmo.

Thanks, Makarand