Skip to content

Commit

Permalink
버전 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
김정근 committed Apr 27, 2020
1 parent d0a3f77 commit 1f0ff5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Changelog
=========
1.0.7 (Apr 27th 2020)
1.0.6 (Apr 27th 2020)
------------------
- Support 'EC' key_type on JWKS
- Add logic to failed in get user object from token_info

1.0.6 (Mar 30th 2020)
------------------
- support 'EC' key_type on JWKS

1.0.5 (Dec 2nd 2019)
------------------
- dependency updated
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = '1.0.7'
version = '1.0.6'

# When the project is installed by pip, this is the specification that is used to install its dependencies.
install_requires = [
Expand Down

0 comments on commit 1f0ff5d

Please sign in to comment.