We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a34868 commit fa4de54Copy full SHA for fa4de54
packages/google-auth/CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+v1.2.1
5
+------
6
+
7
+- Excluded compiled Python files in source distributions. (#215)
8
+- Updated docs for creating RSASigner from string. (#213)
9
+- Use ``six.raise_from`` wherever possible. (#212)
10
+- Fixed a typo in a comment ``seconds`` not ``sections``. (#210)
11
12
v1.2.0
13
------
14
packages/google-auth/setup.py
@@ -32,7 +32,7 @@
32
33
setup(
34
name='google-auth',
35
- version='1.2.0',
+ version='1.2.1',
36
author='Google Cloud Platform',
37
author_email='jonwayne+google-auth@google.com',
38
description='Google Authentication Library',
0 commit comments