Skip to content

Commit 7578449

Browse files
author
Jon Wayne Parrott
authored
Release v1.2.1 (#216)
1 parent 6999666 commit 7578449

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
v1.2.0
513
------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='1.2.0',
35+
version='1.2.1',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',

0 commit comments

Comments
 (0)