Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 22, 2017
1 parent b4dfa07 commit 33cc4ca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

0.1.0 - 2017-05-22

* Include support for serializing/deserializing all STIX objects and Cyber
Observable objects.
* Markings are supported but not validated.

0.0.1 - 2017-02-24

* First packaged version
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
copyright = '2017, OASIS Open'
author = 'OASIS Open'

version = '0.0.1'
release = '0.0.1'
version = '0.1.0'
release = '0.1.0'

language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]

[bdist_wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='stix2',
description="Produce and consume STIX 2 JSON content",
version='0.0.1',
version='0.1.0',
packages=find_packages(),
install_requires=install_requires,
keywords="stix stix2 json cti cyber threat intelligence",
Expand Down

0 comments on commit 33cc4ca

Please sign in to comment.