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

Commit c761861

Browse files
committed
msrestazure 0.4.26
1 parent a835f46 commit c761861

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ To install:
2020
Release History
2121
---------------
2222

23+
2018-04-17 Version 0.4.26
24+
+++++++++++++++++++++++++
25+
26+
**Bugfixes**
27+
28+
- IMDS/MSI: Retry on more error codes (#87)
29+
- IMDS/MSI: fix a boundary case on timeout (#86)
30+
2331
2018-03-29 Version 0.4.25
2432
+++++++++++++++++++++++++
2533

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.4.25'
66+
version = '0.4.26'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.4.25'
68+
release = '0.4.26'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

msrestazure/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# --------------------------------------------------------------------------
2626

2727
#: version of the package. Use msrestazure.__version__ instead.
28-
msrestazure_version = "0.4.25"
28+
msrestazure_version = "0.4.26"

setup.py

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

2929
setup(
3030
name='msrestazure',
31-
version='0.4.25',
31+
version='0.4.26',
3232
author='Microsoft Corporation',
3333
author_email='azpysdkhelp@microsoft.com',
3434
packages=find_packages(exclude=["tests", "tests.*"]),

0 commit comments

Comments
 (0)