You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... to display the running version (I got the idea when trying again the tool in an environment when I manually installed previous versions - just wanted to be sure I was on the last one).
For the implementation, it would be great to DRY and store the version number in one single place (constant in __init__.py, maybe).
The text was updated successfully, but these errors were encountered:
@niconoe
Please take a look at my review - #7. For FrictionlessData software we have already sorted out all these non-functional problems like how to store the version etc (see the oki-py link). For every new project, we just copy this skeleton to save developers' time and make community contribution easier.
... to display the running version (I got the idea when trying again the tool in an environment when I manually installed previous versions - just wanted to be sure I was on the last one).
For the implementation, it would be great to DRY and store the version number in one single place (constant in
__init__.py
, maybe).The text was updated successfully, but these errors were encountered: