Skip to content

Commit 44d6d97

Browse files
committed
Fix version and license info
1 parent 51c7ce2 commit 44d6d97

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## compliancelib v0.12.2
4+
- Correcting link in README.rst
5+
36
## compliancelib v0.12.1
47
- Add GPL 3.0 license
58

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ include compliancelib/data/dependencies/RA-.txt
2323
include compliancelib/data/dependencies/SA-.txt
2424
include compliancelib/data/dependencies/SE-.txt
2525
include compliancelib/data/dependencies/SI-.txt
26+
include compliancelib/data/AU_policy_component.yaml
27+
include compliancelib/data/UAA_component.yaml

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ compliancelib
22
=============
33
Machine readable cybersecurity compliance standards library for Python, starting with FISMA and NIST Risk Management Framework
44

5-
Source code: https://github.com/govready/compliancelib-python
5+
Source code: https://github.com/govready/compliancelib-python/
66

7-
For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server).
7+
For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server/).
88

99
Goal
1010
----

setup.py

Lines changed: 2 additions & 2 deletions
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.13.0',
8+
version='0.12.2',
99
description='A python library for modeling IT Compliance',
1010
long_description=readme(),
1111
classifiers=[
@@ -17,7 +17,7 @@ def readme():
1717
# 'Development Status :: 5 - Production/Stable',
1818
# 'Development Status :: 6 - Mature',
1919
# 'Development Status :: 7 - Inactive',
20-
'License :: OSI Approved :: GPL 3.0',
20+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
2121
'Programming Language :: Python :: 3.0',
2222
'Operating System :: MacOS',
2323
'Operating System :: Unix',

0 commit comments

Comments
 (0)