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
Jen comments: I like this suggestion. I don't like having to update the user agent to stay up to date with the version. I am not sure I really like the pattern of having a module called __version__.py that basically holds a constant, __version__ = 'blah'.
Possible implementation
add lines to constants.py:
VERSION = 'blah'
USER_AGENT = 'planet_client_python/' + VERSION