We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfebcf8 commit 3329709Copy full SHA for 3329709
README.md
@@ -43,6 +43,7 @@ class TestKinesis(unittest.TestCase):
43
```
44
45
## Change Log
46
+* 1.0.4: Fixes to LocalStack and Container modules
47
* 1.0.3: Add auto_remove config option
48
* 1.0.2: LocalStack Pro image set as default
49
* 1.0.1: Repository URL fixed
localstack_utils/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0.3"
+__version__ = "1.0.4"
0 commit comments