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

xigt module missing __version__ string #34

Closed
goodmami opened this issue Nov 14, 2015 · 2 comments
Closed

xigt module missing __version__ string #34

goodmami opened this issue Nov 14, 2015 · 2 comments
Milestone

Comments

@goodmami
Copy link
Member

A __version__ string should be added to xigt/__init__.py. It should become 1.1.0 for the next release. 1.0.0 was not in the 1.0 release, so it probably shouldn't be used since it's no longer true after something has been committed, so let's use 1.0.1 for the first one.

After some research, it seems a good method is to put it in a separate module (e.g. version.py) then read (NOT import) it from setup.py, but import it from __init__.py.

See here and here and here

@goodmami
Copy link
Member Author

Or the Warehouse method seems nice, too.

@goodmami goodmami modified the milestone: 1.1 Nov 16, 2015
@goodmami
Copy link
Member Author

This was fixed in 291e4bf

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

No branches or pull requests

1 participant