Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 23ad89c

Browse files
committed
bumped version
1 parent 2b3df02 commit 23ad89c

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.4.0, 2015-05-11 - Added optional auth config validation flag.
2+
- Added JobSubmission.settings attribute
3+
- Fixed error in SessionExpiredException.
4+
15
v0.3.0, 2015-01-13 - Added preliminary support for new pool management API
26
Added new PoolManager class, Pool and PoolSpecifier classes
37
Added api calls for retrieving, createing and deleting pools.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

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

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Release History
4545

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

48+
* 2015-05-11 - 0.4.0
49+
- Added optional auth config validation
50+
- Added JobSubmission.settings attribute
4851
* 2015-01-13 - 0.3.0
4952
- Added preliminary support for Batch Apps pool management
5053
* 2014-11-26 - 0.2.0

batchapps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"config"]
4747

4848

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

0 commit comments

Comments
 (0)