Merge branch 'master' into 2.0-merge-master

This commit is contained in:
Alex Zorin
2022-10-05 05:15:39 +11:00
31 changed files with 195 additions and 152 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ usage: jws [-h] [--compact] {sign,verify} ...
positional arguments:
{sign,verify}
optional arguments:
options:
-h, --help show this help message and exit
--compact
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.31.0.dev0'
version = '1.32.0.dev0'
install_requires = [
'cryptography>=2.5.0',