| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,14 @@ | |||
| 1 | 1 | # Change Log | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 12 | ## compliancelib v0.5.0 | |
| 4 | 13 | - compliancelib.SecControl v0.6.0 | |
| 5 | 14 | - no changes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,8 @@ | |||
| 13 | 13 | """ | |
| 14 | 14 | ||
| 15 | 15 | __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 $" | ||
| 18 | 18 | __copyright__ = "Copyright (c) 2015 GovReady PBC" | |
| 19 | 19 | __license__ = "Apache Software License 2.0" | |
| 20 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ def readme(): | |||
| 5 | 5 | return f.read() | |
| 6 | 6 | ||
| 7 | 7 | setup(name='compliancelib', | |
| 8 | - version='0.6.0', | ||
| 8 | + version='0.6.1', | ||
| 9 | 9 | description='A python library of IT Compliance Standards', | |
| 10 | 10 | long_description=readme(), | |
| 11 | 11 | classifiers=[ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments