Skip to content

Commit a570eb5

Browse files
authored
Merge pull request #9 from TaskarCenterAtUW/develop
Added Local Storage to package
2 parents 2631358 + 8d33a45 commit a570eb5

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change log
22

3-
### 0.0.9
3+
### 0.0.11
4+
- Added Local Storage
5+
6+
7+
### 0.0.10
48
- Added TopicAbstract and TopicConfig to package
59

10+
611
### 0.0.9
712
- Adding files to python package
813

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.10'
14+
version = '0.0.11'
1515

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

src/python_ms_core/core/storage/providers/local/__init__py renamed to src/python_ms_core/core/storage/providers/local/__init__.py

File renamed without changes.

0 commit comments

Comments
 (0)