facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

Release 0.9.5 but fpp --version says 0.9.2 #427

Open HenrikBengtsson opened 1 year ago

HenrikBengtsson commented 1 year ago

FYI, it looks like a version bump was forgotten for the 0.9.5 release, e.g.

$ fpp --version
fpp version 0.9.2

This is because:

https://github.com/facebook/PathPicker/blob/3670d02dbcb9ff232b1c8cbeb5468657dd582cf5/src/version.py#L6

Deckluhm commented 1 year ago

I think the release tag was created from the wrong branch.

See https://github.com/facebook/PathPicker/issues/412#issuecomment-1098848861