Skip to content

Commit b69d7fc

Browse files
committed
Bumped version
1 parent c6ec8e6 commit b69d7fc

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.5.2, 2015-07-15 - Fixed bug in download streaming
12
v0.5.1, 2015-07-09 - Added auto-refresh for unattended tokens
23
- Exposed configuration of block size to vary upload and download callback frequency
34
- Progress callbacks now take 3 arguments, the percent commplete (float), the bytes transferred (float),

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
The Azure Batch Apps Python Client ver. 0.5.1 (azure-batch-apps-python)
2+
The Azure Batch Apps Python Client ver. 0.5.2 (azure-batch-apps-python)
33

44
Copyright (c) Microsoft Corporation
55
All rights reserved.

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Release History
4545

4646
For full summary of changes, see CHANGES.txt
4747

48+
* 2015-07-15 - 0.5.2
49+
- Fixed bug in download streaming
4850
* 2015-07-09 - 0.5.1
4951
- Added auto-refresh for unattended tokens
5052
- Exposed configuration of block size to vary upload and download callback frequency

batchapps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"config"]
4747

4848

49-
__version__ = "0.5.1"
49+
__version__ = "0.5.2"
5050
__author__ = 'Microsoft Corp. <[email protected]>'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='azure-batch-apps',
33-
version='0.5.1',
33+
version='0.5.2',
3434
author='Microsoft Corporation',
3535
author_email='[email protected]',
3636
packages=['batchapps',

0 commit comments

Comments
 (0)