-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Changes for the release 1.4.2. #134
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
Changes for the release 1.4.2. #134
Conversation
I think you need to update the docs, too. (Maybe this is |
I see. I think this is |
Also please follow the pattern of https://github.com/google/google-api-python-client/commits/eee38fa9d5e67df28bbb7f9321f - one commit for the change to |
c62b275
to
05f1932
Compare
Split it to 3 commits. PTAL |
ah, right, we converted google/oauth2client to sphinx but not this repo. LGTM. |
Maybe I can update the Makefile to use twine to upload to pypi. Also how about to add wheel distribution? |
+1 on wheels. On Fri, Sep 11, 2015 at 2:20 PM, Takashi Matsuo [email protected]
-cc |
Changed the Makefile to use twine and added wheel distribution. PTAL. |
lgtm -- i'll let @nathanielmanistaatgoogle merge. |
Let me add one more change before merge |
10684cd
to
1423d72
Compare
Ok, I just added --universal flag to the bdist-wheel command so that the generated package can be used with either of Python 2 or 3. |
1423d72
to
8889c4d
Compare
OK. Sorry for the last minutes updates. I think it's really ready. @nathanielmanistaatgoogle PTAL and merge if looks good. Thx! |
Looks great; merging. Thanks for joining the team! |
Release 1.4.2.
I added the content of docs to the gh-pages branch in PR #144 |
Fall back to using an access_token for revocation.
Bumped the version number and added an entry in CHANGELOG.
I will appreciate if @nathanielmanistaatgoogle or @craigcitro can take a look.