Uh oh!
There was an error while loading. Please reload this page.
Cut 0.20.1 datastore release. - #2530
Conversation
@tseaver Not sure what the right move is for getting the release note content. Looking at the history for the https://github.com/GoogleCloudPlatform/google-cloud-python/commits/master/datastore it seems like #2423 and #2496 are the only relevant changes. From the CLI: it indicates #2423 was already in the |
tseaver
commented
Oct 12, 2016
Draft of release note: Datastore 0.20.1
|
tseaver
commented
Oct 12, 2016
LGTM |
dhermes
commented
Oct 12, 2016
@tseaver What tag should I push? |
dhermes
commented
Oct 12, 2016
I just pushed https://pypi.python.org/pypi/google-cloud-datastore/0.20.1 via |
tseaver
commented
Oct 12, 2016
@dhermes I guess |
tseaver
commented
Oct 12, 2016
@dhermes |
dhermes
commented
Oct 13, 2016
@tseaver both are PEP420 invalid. The "best" valid choice is >>>frompackaging.versionimportVersion>>>v=Version('0.20.1-datastore')
Traceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"/usr/local/lib/python2.7/dist-packages/packaging/version.py", line202, in__init__raiseInvalidVersion("Invalid version: '{0}'".format(version))
packaging.version.InvalidVersion: Invalidversion: '0.20.1-datastore'>>>v=Version('datastore-0.20.1')
Traceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"/usr/local/lib/python2.7/dist-packages/packaging/version.py", line202, in__init__raiseInvalidVersion("Invalid version: '{0}'".format(version))
packaging.version.InvalidVersion: Invalidversion: 'datastore-0.20.1'I am pretty 👎 on tagging twice just for name aliasing. However, I was under the impression that in #2462 we said we might ignore the |
tseaver
commented
Oct 14, 2016
If we tag the umbrella project with PEP-420 compatible tags at "appropriate" points, that would let us trigger RTD rebuilds for |
dhermes
commented
Oct 14, 2016
Not sure what you mean here. We can only tag one project / GitHub repo. It seems like you're suggesting having docs only tags separate from release only tags (on our |
tseaver
commented
Oct 14, 2016
If we tag sub-project releases in a way that doesn't cause RTD to rebuild |
dhermes
commented
Oct 18, 2016
So you're saying |
Cut 0.20.1 datastore release.
/cc @jonparrott
Note we still don't have an automated story for
twineuploads (and can't really get one until we straighten out tags)