Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
c00kiemon5ter committed May 31, 2021
1 parent 4ccdffc commit e50b3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyop',
version='3.1.0',
version='3.1.1',
packages=find_packages('src'),
package_dir={'': 'src'},
url='https://github.com/IdentityPython/pyop',
Expand Down

0 comments on commit e50b3f9

Please sign in to comment.