We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running dev, version.txt should be generated by setup.py and referenced locally.
version.txt
setup.py
This works fine when releasing a product to PyPI, but it fails on remote machines who are failing back to claiming __version__ == 0.0.0
__version__ == 0.0.0
This is either a problem with the MANIFEST.in or a problem with the version picking logic in prosper_version
MANIFEST.in
prosper_version
The text was updated successfully, but these errors were encountered:
Reproduction steps:
pip install prospercommon
pip freeze
prospercommon == 0.0.0
Sorry, something went wrong.
Fixed in v1.1.1
No branches or pull requests
when running dev,
version.txt
should be generated bysetup.py
and referenced locally.This works fine when releasing a product to PyPI, but it fails on remote machines who are failing back to claiming
__version__ == 0.0.0
This is either a problem with the
MANIFEST.in
or a problem with the version picking logic inprosper_version
The text was updated successfully, but these errors were encountered: