Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup version definition #273

Closed
edaniszewski opened this issue Feb 8, 2019 · 0 comments
Closed

cleanup version definition #273

edaniszewski opened this issue Feb 8, 2019 · 0 comments

Comments

@edaniszewski
Copy link
Contributor

in version.py, we basically just take the version string and create the API version from it. this is fine, but ultimately unnecessary, s we can simplify this by removing version.py and adding __api_version__ to the package's __init__ file. This will also require some number of other updates since I believe there are numerous places where this is imported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant