Conversation
|
can we bump up the patch version of it? vs having |
amarjandu
left a comment
There was a problem hiding this comment.
lgtm, this version file always gets messed up >.>
Do you mean |
There was a problem hiding this comment.
I'm fine with this.
Just for reference, the old way of distinguishing dev was a 0.0.0 version. I think at some point Jesse and Hannes decided to deviate from this (I'm not sure it's documented anywhere or that the old convention was either).
You have to go back a bit: https://github.com/HumanCellAtlas/dcp-cli/blob/fdb716e69491c2b797883966d1541ab338ca82af/hca/version.py
You should modify this line to catch versions ending in dev instead of catching 0.0.0:
Line 57 in 22886df
That said, keeping the version as an rc and specifying it with dev sounds good to me.
|
@DailyDreaming I've made no (*intentional) changes to how the versioning was done... I have done a couple releases, but I just followed the procedure in the DCP Ops Wiki. I find your vague and unwarranted suspicion is off-putting and befuddling. |
If this fix means that we don't have to keep changing this file back to 0.0.0 that would be perfect. I've committed this file before to a random version number, it always manages to sneak into the commit. |
|
@jessebrennan I'm sure it was accidental (and something I've done before too). No suspicion or otherwise intended! As Amar mentioned, the version in I think setting it to the actual version with an |
Codecov Report
@@ Coverage Diff @@
## master #476 +/- ##
========================================
+ Coverage 85.19% 85.9% +0.7%
========================================
Files 41 41
Lines 1844 1986 +142
========================================
+ Hits 1571 1706 +135
- Misses 273 280 +7
Continue to review full report at Codecov.
|
|
Set version to |

This fixes inconsistent version number behavior as mentioned in #475 - also closes #475.
Before merging this pull request, the version number for the master branch should really be changed from "6.5.0" to something like
"6.5.0dev""6.6.0dev" (or similar) that will indicate it is different from the tagged version 6.5.0.