Skip to content

Commit

Permalink
Merge pull request #86 from DMTF/1.1.2-Tagging
Browse files Browse the repository at this point in the history
1.1.2 Versioning
  • Loading branch information
mraineri authored Aug 23, 2019
2 parents 57d14c9 + 05c6200 commit d9ebc43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.1.2] - 2019-08-23
- Fixed CapacityBytes property to always be an integer

## [1.1.1] - 2019-08-09
- Fixed Status objects
- Fixed data type used for ServiceEnabled
Expand Down
2 changes: 1 addition & 1 deletion api_emulator/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright 2016-2019 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Interface-Emulator/blob/master/LICENSE.md

__version__ = '1.1.1'
__version__ = '1.1.2'
4 changes: 2 additions & 2 deletions packageSets/Env-Local-Python3.5.2_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aniso8601==1.2.1
chardet==3.0.4
Flask==0.12.3
Flask==1.0.0
Flask-HTTPAuth==3.2.3
Flask-RESTful==0.3.6
itsdangerous==0.24
Expand All @@ -12,4 +12,4 @@ requests==2.20.0
six==1.10.0
StringGenerator==0.2.0
urllib3==1.24.2
Werkzeug==0.12.2
Werkzeug==0.15.3

0 comments on commit d9ebc43

Please sign in to comment.