Skip to content

Commit 977f3dd

Browse files
authored
Merge pull request #65 from HuseinA/master
Update: version 0.3.3
2 parents a90fc62 + 3196e0d commit 977f3dd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased
22
==========
33

4+
0.3.3 (2021-08-31)
5+
==================
6+
- Update Use raise instead return for response with error
7+
- Update list bucket function to show grantee info
8+
- Add debug function in storage
9+
- Add debug function in admin
10+
11+
412
0.3.2 (2021-06-03)
513
==================
614
- Add add function to give permission for grantee

obs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)