Skip to content

Commit cd2e302

Browse files
authored
Merge pull request #1 from DMTF/master
update
2 parents c2da71b + 4487e4a commit cd2e302

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.3] - 2021-04-16
4+
- Corrected `RedfishVersion` property in service root
5+
- Fixes to usage of static mockups
6+
- Corrected `@odata.type` property in many resources
7+
- Added support for emulating sessions and session service
8+
39
## [1.1.2] - 2019-08-23
410
- Fixed CapacityBytes property to always be an integer
511

api_emulator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright 2016-2019 DMTF. All rights reserved.
33
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interface-Emulator/blob/master/LICENSE.md
44

5-
__version__ = '1.1.2'
5+
__version__ = '1.1.3'

packageSets/Env-Local-Python3.5.2_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Flask==1.0.0
44
Flask-HTTPAuth==3.2.3
55
Flask-RESTful==0.3.6
66
itsdangerous==0.24
7-
Jinja2==2.10.1
7+
Jinja2==2.11.3
88
MarkupSafe==1.0
99
python-dateutil==2.6.1
1010
pytz==2017.2

0 commit comments

Comments
 (0)