-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Prepare 0.18.0 release. #2048
Prepare 0.18.0 release. #2048
Conversation
(DRAFT) 0.18.0 Release NotesNote This is the last release which supports Python 2.6. Core/testing/hygeine
Storage
Pubsub
BigQuery
Bigtable
Logging
DNS
Error Reporting
|
@daspecster, @dhermes: Redone without the Github-UI-induced weirdness (and squashed). PTAL |
LGTM. nit: In the release notes, why have an empty line between every bullet? |
@dhermes because markdown |
Does not compute. What do you mean? What is the readability penalty? |
Its twofold: it treats all newlines as paragraphs, which makes editing paragraphs harder. And in the source form, bullet lists are easier to read with a line between each item, particularly where items might be longer than a single line. |
That's subjective. No worries though, I don't have any strong preference. |
I deleted the lines anyway, as I agree the rendered form was inferior. |
(redone from #2044)
$ git log -1 --pretty=%H
2724805
[/home/tseaver/projects/agendaless/Google/src/gcloud-python]
$ git log 0.17.0..HEAD | grep 'Merge pull request ' | awk -F ' ' '{print $4}' | sort
#1636
#1775
#1832
#1833
#1836
#1876
#1914
#1943
#1945
#1946
#1948
#1950
#1952
#1954
#1956
#1958
#1962
#1965
#1966
#1967
#1971
#1973
#1974
#1976
#1977
#1985
#1990
#1992
#1994
#1996
#1997
#1999
#2000
#2002
#2003
#2004
#2005
#2006
#2008
#2016
#2019
#2021
#2025
#2026
#2029
#2033
#2036
#2040
#2041
#3stray comment from #1914