Skip to content

Commit e50b3f9

Browse files
committed
Bump version to 3.1.1
- Fix: Check that params to AuthorizationState are undefined before using an in-memory dict - Fix: client_auth: unquote clientID and secret with Basic auth - Deps: Update oic requirement to >=1.2.1 - CI: Update travis CI process Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 4ccdffc commit e50b3f9

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.1.0',
5+
version='3.1.1',
66
packages=find_packages('src'),
77
package_dir={'': 'src'},
88
url='https://github.com/IdentityPython/pyop',

0 commit comments

Comments
 (0)