openstacksdk/releasenotes/notes/version-command-70c37dd7f880e9ae.yaml
Ian Wienand e0b417623d Add a __main__ handler, version command
Recently I've been querying what versions of openstacksdk are
installed in various environments, it would be handy to have a quick
way to see what's installed.  This adds a __main__ handler and a
single command "version" to print the full version (with git
reference).

Change-Id: I690f2987740c804735879985d19752c31490c7c9
2018-11-07 16:04:05 +11:00

5 lines
109 B
YAML

---
features:
- The installed version can now be quickly checked with ``python -m
openstack version``.