gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

Issue #97: Add version to cli #111

Closed Beahmer89 closed 6 years ago

Beahmer89 commented 6 years ago

Added the ability to see the version from the cli. Not sure how to show the build info or if that is needed. If needed, maybe git_version will be able to show that information? Not sure what your thoughts are.

Also made minor suggestion for setup.py so you didnt have to bump the version in multiple places.

gmr commented 6 years ago

Please revert the setup.py change. It will break installation, due to the import chain in init.py

Beahmer89 commented 6 years ago

Removed the setup.py change

scalp42 commented 6 years ago

@gmr any chance to push the release to pypi?