-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c21a35f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomgross was that an internal release? you did it on master but there is not pypi release. "6.0.alpha0" violates our versioning best practice which would be "6.0a1".
c21a35f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tisto Since there was no other option I had to do this release for my training in boston. It is only on github (https://github.com/collective/collective.solr/releases/tag/6.0a0) and not on pypi.
According to PEP440 alpha is equivalent to the a-version identifier.
I would be more than happy to use an official, best practice release for the training if it is available in the next couple of days.
c21a35f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomgross ok, next time I'd do that in a branch to not to pollute master. PEP440 does not matter here, we choose one single best practice to be consistent. "alpha" should not be used for plone packages. I will try to make a release in the next days...