We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15259e0 commit 3618fb7Copy full SHA for 3618fb7
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change log
2
3
+### 0.0.13
4
+- Removed validation from QueueMassage Class
5
+
6
7
### 0.0.12
8
- Added name_starts_with parameter in Storage
9
freeze_version.py
@@ -11,7 +11,7 @@
11
12
build_date = date.today().strftime('%Y-%m-%d')
13
14
-version = '0.0.12'
+version = '0.0.13'
15
16
with open(version_file_path, 'w+') as version_file:
17
version_file.write("version = '{}'\n".format(version))
0 commit comments