ossobv/planb

planb --version returns Django version

wdoekes opened this issue · 1 comments

$ planb --version
2.0.3
$ pip freeze | grep planb
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
planb==1.5

It'd be nice if it returned the planb-version with django versions between parentheses.

Urth commented

Fixed in 6b3241f