Skip to content

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Nov 5, 2020
1 parent 8cd54e1 commit 3fd333e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kg_keycloak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
KeycloakOptions
)

__version__ = "0.7.1"
__version__ = "0.7.2"

__all__ = [
'KeycloakBuilder',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__version__ = re.search(
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too
open('kg_rabbitmq/__init__.py', encoding='utf_8_sig').read()
open('kg_keycloak/__init__.py', encoding='utf_8_sig').read()
).group(1)

HERE = pathlib.Path(__file__).parent
Expand Down

0 comments on commit 3fd333e

Please sign in to comment.