Skip to content

Commit

Permalink
README fixes for PyPI, bumpversion fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Jun 14, 2018
1 parent 2b40fd0 commit 2d75f6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

1.0.0 - 2018-06-13
1.0.0 - 2018-06-14

* Enable validation of files with lists of objects
* Enable validating with additional schemas, e.g for custom objects/properties
Expand Down
12 changes: 2 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
`cti-stix-validator`
====================
NOTE: This is an `OASIS TC Open Repository <https://www.oasis-
open.org/resources/open-repositories/>`_. See the `Governance`_
open.org/resources/open-repositories/>`__. See the `Governance`_
section for more information.

The STIX Validator checks that STIX JSON content conforms to the
Expand Down Expand Up @@ -33,8 +33,6 @@ optional.
The validator also color-codes its output to make it easier to tell at
a glance whether validation passed.

.. _install:

`Installation`
==============

Expand All @@ -44,8 +42,6 @@ The easiest way to install the STIX validator is with pip:

$ pip install stix2-validator

.. _usage:

`Usage`
=======

Expand Down Expand Up @@ -88,7 +84,7 @@ open.org/archives/cti/201609/msg00001.html>`_ and `approved
<https://issues.oasis-open.org/browse/TCADMIN-2434>`_] by the `OASIS
Cyber Threat Intelligence (CTI) TC <https://www.oasis-
open.org/committees/cti/>`_ as an `OASIS TC Open Repository
<https://www.oasis-open.org/resources/open-repositories/>`_ to support
<https://www.oasis-open.org/resources/open-repositories/>`__ to support
development of open source resources related to Technical Committee
work.

Expand Down Expand Up @@ -121,8 +117,6 @@ repository, and the requirement for an `Individual Contributor License
Agreement <https://www.oasis-open.org/resources/open-
repositories/cla/individual-cla>`_ that governs intellectual property.

.. _maintainers:

`Maintainers`
=============
TC Open Repository `Maintainers <https://www.oasis-
Expand Down Expand Up @@ -163,8 +157,6 @@ repositories/maintainers-guide#additionalMaintainers>`_.
* `Contributor License Agreements (CLAs) <https://www.oasis-open.org/resources/open-repositories/cla>`_
* `Maintainers' Guidelines and Agreement <https://www.oasis-open.org/resources/open-repositories/maintainers-guide>`__

.. _feedback:

`Feedback`
==========
Questions or comments about this TC Open Repository's activities
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ commit = True
tag = True

[bumpversion:file:stix2validator/version.py]
[bumpversion:file:docs/conf.py]

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 2d75f6d

Please sign in to comment.