Skip to content

Commit d9ebc43

Browse files
authored
Merge pull request #86 from DMTF/1.1.2-Tagging
1.1.2 Versioning
2 parents 57d14c9 + 05c6200 commit d9ebc43

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.1.2] - 2019-08-23
4+
- Fixed CapacityBytes property to always be an integer
5+
36
## [1.1.1] - 2019-08-09
47
- Fixed Status objects
58
- Fixed data type used for ServiceEnabled

api_emulator/version.py

+1-1
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.1'
5+
__version__ = '1.1.2'

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aniso8601==1.2.1
22
chardet==3.0.4
3-
Flask==0.12.3
3+
Flask==1.0.0
44
Flask-HTTPAuth==3.2.3
55
Flask-RESTful==0.3.6
66
itsdangerous==0.24
@@ -12,4 +12,4 @@ requests==2.20.0
1212
six==1.10.0
1313
StringGenerator==0.2.0
1414
urllib3==1.24.2
15-
Werkzeug==0.12.2
15+
Werkzeug==0.15.3

0 commit comments

Comments
 (0)