diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5d443..f596a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [markdownlint](https://dlaa.me/markdownlint/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0] - 2019-04-05 + +### Added to 1.1.0 + +- Shipped with SenzingAPI 1.7.0 + ## [1.0.0] - 2018-12-07 -### Changed in 1.0.0 +### Added to 1.0.0 - Shipped with SenzingAPI 1.4.0 diff --git a/G2CreateInstance.py b/G2CreateInstance.py index 5758107..954890f 100644 --- a/G2CreateInstance.py +++ b/G2CreateInstance.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + import sys import os import argparse