Merge branch 'master' of github.com:oasis-open/cti-python-stix2
commit
61e9fc0748
|
@ -1,6 +1,10 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
1.1.2 - 2019-02-13
|
||||
|
||||
* #86 Adds helper function to Location objects to generate a URL to the location in an online map engine.
|
||||
|
||||
1.1.1 - 2019-01-11
|
||||
|
||||
* #234 Update documentation structure to better navigate between v20/v21 objects
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 1.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.1.1"
|
||||
__version__ = "1.1.2"
|
||||
|
|
Loading…
Reference in New Issue