We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f41c0 commit e16904fCopy full SHA for e16904f
README.rst
@@ -23,6 +23,9 @@ This project provides:
23
Changes
24
*******
25
26
+0.3.1 (2013-11-04)
27
+==================
28
+
29
Fixed: monitor didn't output anything on success
30
31
0.3.0 (2013-10-29)
setup.py
@@ -11,7 +11,7 @@
11
# FOR A PARTICULAR PURPOSE.
12
#
13
##############################################################################
14
-name, version = 'zc.s3blobstorage', '0.3.0'
+name, version = 'zc.s3blobstorage', '0.3.1'
15
16
install_requires = ['setuptools', 'requests',
17
'zc.zk [static]', 'zc.zkzeo', 'boto']
0 commit comments