We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2631358 + 8d33a45 commit a570eb5Copy full SHA for a570eb5
3 files changed
CHANGELOG.md
@@ -1,8 +1,13 @@
1
# Change log
2
3
-### 0.0.9
+### 0.0.11
4
+- Added Local Storage
5
+
6
7
+### 0.0.10
8
- Added TopicAbstract and TopicConfig to package
9
10
11
### 0.0.9
12
- Adding files to python package
13
freeze_version.py
@@ -11,7 +11,7 @@
build_date = date.today().strftime('%Y-%m-%d')
14
-version = '0.0.10'
+version = '0.0.11'
15
16
with open(version_file_path, 'w+') as version_file:
17
version_file.write("version = '{}'\n".format(version))
…/core/storage/providers/local/__init__py …core/storage/providers/local/__init__.pysrc/python_ms_core/core/storage/providers/local/__init__py renamed to src/python_ms_core/core/storage/providers/local/__init__.py
0 commit comments