We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6999666 commit 7578449Copy full SHA for 7578449
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
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='[email protected]',
38
description='Google Authentication Library',
0 commit comments