We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79787bd commit 705bc58Copy full SHA for 705bc58
readme.md
@@ -232,6 +232,7 @@ sources:
232
redis:
233
redis_example:
234
host: YOUR_REDIS_HOST
235
+ password: YOUR_REDIS_PASSWORD
236
s3:
237
s3_example:
238
access_key: YOUR_S3_ACCESS_KEY
setup.py
@@ -1,4 +1,4 @@
1
-VERSION = "0.3.12"
+VERSION = "0.3.13"
2
3
from setuptools import setup, find_packages
4
0 commit comments