Merge branch 'master' of github.com:oasis-open/cti-python-stix2

master
chrisr3d 2019-03-18 09:13:31 +01:00
commit 61e9fc0748
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = True

View File

@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"