From 563a8962c5ca8c16649333907424dd2f69471426 Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 7 Feb 2019 07:17:04 -0600 Subject: [PATCH] Release 0.1.1 * Addition of CHANGELOG which will start at the last ad-hoc metadata commit for now * Bump version to 0.1.1 --- CHANGELOG.md | 6 ++++++ jetstream/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aef4bb7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +0.1.1 - Thursday, February 7th 2019 + +* Introduction of CHANGELOG to contain initial 0.1.1 commit +* [ GH85 ] Ability to add ad-hoc metadata diff --git a/jetstream/__init__.py b/jetstream/__init__.py index d5268ce..82efc61 100644 --- a/jetstream/__init__.py +++ b/jetstream/__init__.py @@ -15,7 +15,7 @@ '''Jetstream Init''' __title__ = 'jetstream' -__version__ = '0.1.0' +__version__ = '0.1.1' __license__ = 'Apache 2.0' __copyright__ = 'Copyright Rackspace US, Inc. 2017' __url__ = 'https://rackspace.com/rackerlabs/jetstream'