dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
932 stars 317 forks source link

Version number not set on 11.30.0 tag #425

Closed SFrijters closed 2 years ago

SFrijters commented 2 years ago

Describe the bug

In the 11.29.0 tag, the __version__ is set in https://github.com/dropbox/dropbox-sdk-python/blob/v11.29.0/dropbox/dropbox_client.py

But for 11.30.0 it is not: https://github.com/dropbox/dropbox-sdk-python/blob/v11.30.0/dropbox/dropbox_client.py

Is this intended?

Expected Behavior

Each tagged version has the __version__ set in dropbox/dropbox_client.py.

greg-db commented 2 years ago

Thanks for the note! I'll ask the team to fix that up.

greg-db commented 2 years ago

This is fixed now. Thanks again!