Skip to content

Commit df4cea0

Browse files
committed
nsrest 0.6.12
1 parent 3d45523 commit df4cea0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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+
2020-04-06 Version 0.6.12
24+
+++++++++++++++++++++++++
25+
26+
**Features**
27+
28+
- Add "time" serializer/deserializer #196
29+
2330
2020-01-30 Version 0.6.11
2431
+++++++++++++++++++++++++
2532

msrest/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 this package. Use msrest.__version__ instead
28-
msrest_version = "0.6.11"
28+
msrest_version = "0.6.12"

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='msrest',
31-
version='0.6.11',
31+
version='0.6.12',
3232
author='Microsoft Corporation',
3333
packages=find_packages(exclude=["tests", "tests.*"]),
3434
url=("https://github.com/Azure/msrest-for-python"),

0 commit comments

Comments
 (0)