Skip to content

Commit 9ad4459

Browse files
authored
Merge pull request #5 from DMTF/1.0.1-Versioning
1.0.1 Versioning
2 parents 009f676 + 8c1766b commit 9ad4459

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
# Other Key Contributions:
88

9-
*For a list of people who have contributed to the codebase, see [GitHub's list of contributors](https://github.com/DMTF/python-redfish-utility/contributors).*
9+
* For a list of people who have contributed to the codebase, see [GitHub's list of contributors](https://github.com/DMTF/python-redfish-utility/contributors).*

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
21
# Change Log
32

3+
## [1.0.1] - 2018-05-25
4+
- Made changes to support both Python2 and Python3
5+
46
## [1.0.0] - 2017-01-12
57
- Initial Public Release -- supports Redfish 1.0 features

src/versioning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
""" Version strings for the utility """
88

9-
__version__ = '1.0'
9+
__version__ = '1.0.1'
1010
__shortname__ = 'redfish'
1111
__longname__ = 'Redfish Utility'
12-
__extracontent__ = ''
12+
__extracontent__ = ''

0 commit comments

Comments
 (0)