Skip to content

Commit c9bb9a1

Browse files
committed
Adding files to python package
1 parent e40c0af commit c9bb9a1

17 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
### 0.0.9
4+
- Adding files to python package
5+
6+
37
### 0.0.8
48
- Authorization methods included
59
- Simulated and Hosted Authorizers implemented

freeze_version.py

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

1212
build_date = date.today().strftime('%Y-%m-%d')
1313

14-
version = '0.0.8'
14+
version = '0.0.9'
1515

1616
with open(version_file_path, 'w+') as version_file:
1717
version_file.write("version = '{}'\n".format(version))

src/python_ms_core/core/auth/__init__.py

Whitespace-only changes.

src/python_ms_core/core/auth/abstracts/__init__.py

Whitespace-only changes.

src/python_ms_core/core/auth/models/__init__.py

Whitespace-only changes.

src/python_ms_core/core/auth/provider/__init__.py

Whitespace-only changes.

src/python_ms_core/core/auth/provider/hosted/__init__.py

Whitespace-only changes.

src/python_ms_core/core/auth/provider/simulated/__init__.py

Whitespace-only changes.

src/python_ms_core/core/config/__init__.py

Whitespace-only changes.

src/python_ms_core/core/queue/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)