FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update changelog · JJediny/compliancelib-python@d9b26d1 · GitHub

Commit d9b26d1

Browse files
committed
Update changelog
1 parent 0827e82 commit d9b26d1

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

‎CHANGELOG.md‎

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

3+
## compliancelib v0.6.1
4+
- Correct changelog of compliancelib v0.6.0
5+
6+
## compliancelib v0.6.0
7+
- compliancelib.SecControl v0.7.0
8+
- Add `format` method to produce `JSON`, `YAML`, `Control-Masonry` format
9+
- compliancelib.SecControlViz v0.2.0
10+
- no changes
11+
312
## compliancelib v0.5.0
413
- compliancelib.SecControl v0.6.0
514
- no changes

‎compliancelib/seccontrol.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"""
1414

1515
__author__ = "Greg Elin (gregelin@govready.com)"
16-
__version__ = "$Revision: 0.6 $"
17-
__date__ = "$Date: 2015/10/26 14:40:00 $"
16+
__version__ = "$Revision: 0.7 $"
17+
__date__ = "$Date: 2015/10/30 21:40:00 $"
1818
__copyright__ = "Copyright (c) 2015 GovReady PBC"
1919
__license__ = "Apache Software License 2.0"
2020

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def readme():
55
return f.read()
66

77
setup(name='compliancelib',
8-
version='0.6.0',
8+
version='0.6.1',
99
description='A python library of IT Compliance Standards',
1010
long_description=readme(),
1111
classifiers=[

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL