Skip to content

Commit

Permalink
bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
michiya committed May 14, 2015
1 parent 636f37d commit b3bba99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ using Azure Storage client libraries.
*message_ttl*.

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

BlobStorageRotatingFileHandler
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

setup(
name='azure-storage-logging',
version='0.3.0',
description='Logging handlers to send logging output to Microsoft Azure Storage',
version='0.4.0',
description='Logging handlers to send logs to Microsoft Azure Storage',
long_description=open('README.rst').read(),
author='Michiya Takahashi',
author_email='[email protected]',
Expand Down

0 comments on commit b3bba99

Please sign in to comment.