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
Migrated issue, originally created by kevgliss (@kevgliss)
Not sure if this is better to file here or in the packages themselves...
For instance flask-script uses: alembic_version = tuple([int(v) for v in alembic_version.split('.')])
To get the current alembic version, the post1 postfix breaks this assumption.
The text was updated successfully, but these errors were encountered:
Michael Bayer (@zzzeek) wrote:
they have to be fixed.
Sorry, something went wrong.
the release is 0.7.5 and ".post1" is allowed. pypi has forced the issue here so we'll all have to adjust.
Changes by Michael Bayer (@zzzeek):
kevgliss (@kevgliss) wrote:
Sounds good, will file with those projects. Thanks.
robyoung (@robyoung) wrote:
Hi @zzzeek, could you point me to a bit more context on this commit please?
pypa/packaging.python.org#145
No branches or pull requests
Migrated issue, originally created by kevgliss (@kevgliss)
Not sure if this is better to file here or in the packages themselves...
For instance flask-script uses:
alembic_version = tuple([int(v) for v in alembic_version.split('.')])
To get the current alembic version, the post1 postfix breaks this assumption.
The text was updated successfully, but these errors were encountered: