Skip to content

Commit 4e08b66

Browse files
committed
Release 0.8
Signed-off-by: Simo Sorce <[email protected]>
1 parent 3b7e832 commit 4e08b66

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '0.8'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.8.dev1'
58+
release = '0.8'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'jwcrypto',
9-
version = '0.8.dev1',
9+
version = '0.8',
1010
license = 'LGPLv3+',
1111
maintainer = 'JWCrypto Project Contributors',
1212
maintainer_email = '[email protected]',
@@ -19,12 +19,13 @@
1919
'Programming Language :: Python :: 3.5',
2020
'Programming Language :: Python :: 3.6',
2121
'Programming Language :: Python :: 3.7',
22+
'Programming Language :: Python :: 3.8',
2223
'Intended Audience :: Developers',
2324
'Topic :: Security',
2425
'Topic :: Software Development :: Libraries :: Python Modules'
2526
],
2627
data_files = [('share/doc/jwcrypto', ['LICENSE', 'README.md'])],
2728
install_requires = [
28-
'cryptography >= 1.5',
29+
'cryptography >= 2.3',
2930
],
3031
)

0 commit comments

Comments
 (0)