We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b725af9 commit 1253539Copy full SHA for 1253539
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change log
2
3
+### 0.0.6
4
+- Added get_remote_url function in FileEntity class which will return the uploaded file url
5
+
6
### 0.0.5
7
- Fixed Storage Blob stream
8
freeze_version.py
@@ -11,7 +11,7 @@
11
12
build_date = date.today().strftime('%Y-%m-%d')
13
14
-version = '0.0.5'
+version = '0.0.6'
15
16
with open(version_file_path, 'w+') as version_file:
17
version_file.write("version = '{}'\n".format(version))
0 commit comments