Skip to content

Commit afc7e41

Browse files
committed
msrest 0.4.9
1 parent aacdeb1 commit afc7e41

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.rst

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

23+
2017-06-08 Version 0.4.9
24+
++++++++++++++++++++++++
25+
26+
**Bugfixes**
27+
28+
- Accept "null" value for paging array as an empty list and do not raise (#30)
29+
2330
2017-05-22 Version 0.4.8
2431
++++++++++++++++++++++++
2532

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.4.8'
61+
version = '0.4.9'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.8'
63+
release = '0.4.9'
6464

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

msrest/version.py

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

2727

28-
msrest_version = "0.4.8"
28+
msrest_version = "0.4.9"

0 commit comments

Comments
 (0)