We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d930fa8 commit 5d53a96Copy full SHA for 5d53a96
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+v1.4.1
5
+------
6
+
7
+- Added a check for the cryptography version before attempting to use it. (#243)
8
9
v1.4.0
10
------
11
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.4.0',
+ version='1.4.1',
35
author='Google Cloud Platform',
36
author_email='[email protected]',
37
description='Google Authentication Library',
0 commit comments