-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use proper semantic version #9
Comments
@unmade While I did know that
So to me that implies that using I'm happy with PEP-440 versioning and see no need to switch to semver. I will open an issue on the pipenv repo about this to try to get it fixed. Having said all that, I actually think that the SPF has perhaps outgrown the Maybe this is a good opportunity to bump up to 1.0.0 release, perhaps timing it with the Sanic 2018.12 release. |
Thanks for understanding and solving this problem! |
Hi,
Can you please also do release tags like 0.6.4 (without
dev20181101
part)?The thing is when I'm trying to install
sanic-cors
withpipenv
it can't resolve SPF dependency.There is a workaround to specify
pipenv install sanic-cors --pre
to resolve pre-release dependency, BUT this flag affects all other dependencies (for example it will coverage==5.0.3a, etc).I saw previous ticket
The text was updated successfully, but these errors were encountered: