Skip to content

Commit b3bba99

Browse files
committed
bump the version number
1 parent 636f37d commit b3bba99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ using Azure Storage client libraries.
183183
*message_ttl*.
184184

185185
The *base64_encoding* specifies the necessity for encoding
186-
log text in Base64. If you set this as True, Unicode log text
186+
log text in Base64. If you set this to ``True``, Unicode log text
187187
in a message is encoded in utf-8 first and then encoded in Base64.
188188
Some of Azure Storage client libraries or tools assume that
189189
text messages in Azure Storage queue are encoded in Base64,
190-
so you can set this as True to receive log messages correctly
190+
so you can set this to ``True`` to receive log messages correctly
191191
with those libraries or tools.
192192

193193
BlobStorageRotatingFileHandler

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
setup(
1919
name='azure-storage-logging',
20-
version='0.3.0',
21-
description='Logging handlers to send logging output to Microsoft Azure Storage',
20+
version='0.4.0',
21+
description='Logging handlers to send logs to Microsoft Azure Storage',
2222
long_description=open('README.rst').read(),
2323
author='Michiya Takahashi',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)