ckanapi icon indicating copy to clipboard operation
ckanapi copied to clipboard

Add module version attribute per PEP 396

Open davidmegginson opened this issue 6 years ago • 1 comments

Adding a ckanapi.__version__ attribute per PEP 296 will make it easier for client software like the HXL Proxy to display the version in use.

davidmegginson avatar May 28 '18 17:05 davidmegginson

Sure, looks like we just need to from ckanapi.version import __version__ in __init__.py Care to submit a PR?

wardi avatar May 28 '18 18:05 wardi