commit
84348b526d
|
@ -1,6 +1,11 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.0.4 - 2018-11-15
|
||||||
|
|
||||||
|
* #225 MemorySource fix to support custom objects
|
||||||
|
* #212 More consistency in Observable extensions behavior/error messages
|
||||||
|
|
||||||
1.0.3 - 2018-10-31
|
1.0.3 - 2018-10-31
|
||||||
|
|
||||||
* #187 Pickle proof objects
|
* #187 Pickle proof objects
|
||||||
|
|
|
@ -34,8 +34,8 @@ project = 'stix2'
|
||||||
copyright = '2017, OASIS Open'
|
copyright = '2017, OASIS Open'
|
||||||
author = 'OASIS Open'
|
author = 'OASIS Open'
|
||||||
|
|
||||||
version = '1.0.3'
|
version = '1.0.4'
|
||||||
release = '1.0.3'
|
release = '1.0.4'
|
||||||
|
|
||||||
language = None
|
language = None
|
||||||
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints']
|
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store', 'guide/.ipynb_checkpoints']
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.0.3
|
current_version = 1.0.4
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
@ -12,3 +12,4 @@ license_file = LICENSE
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.3"
|
__version__ = "1.0.4"
|
||||||
|
|
Loading…
Reference in New Issue