Skip to content

Commit 4e8bfa4

Browse files
committed
Bump version to 3.3.0
- Add support for PKCE for the authorization_code flow - _notice_: plaintext support is missing - Normalize Storage wrapper interfaces to allow extra options Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 0db2f2f commit 4e8bfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pyop',
5-
version='3.2.0',
5+
version='3.3.0',
66
packages=find_packages('src'),
77
package_dir={'': 'src'},
88
url='https://github.com/IdentityPython/pyop',

0 commit comments

Comments
 (0)