Release 1.28.0

This commit is contained in:
Will Greenberg
2022-06-07 12:43:11 -07:00
parent bcf1ce3f33
commit b9f9ebc4fc
20 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.28.0.dev0'
version = '1.28.0'
install_requires = [
'cryptography>=2.5.0',