Skip to content

Commit b2ac7fe

Browse files
committed
Bump version to 3.3.1
- Add new exception InvalidRedirectURI to separate invalid-uri from invalid-request error cases. When the redirect-uri is invalid no error-url can be crafted. Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 13ead4a commit b2ac7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)