From f8400b8abfbff1e9aff23963876a96a59fecb7a6 Mon Sep 17 00:00:00 2001 From: Ben Rady Date: Thu, 7 Nov 2019 10:26:43 -0600 Subject: [PATCH] Bump to v0.0.2 --- RELEASE_NOTES.md | 8 +++++++- ozy/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9aac6fe..266a266 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,12 @@ * One-line installs a la lake-client * Supports installing `conda` packages +## 0.0.1-pre (First test release) +* Support makefile-config + +## 0.0.2 +* Bug fix in makefile-config + --- TODO @@ -18,4 +24,4 @@ TODO More Apps! * `docker` -* `sshfs` \ No newline at end of file +* `sshfs` diff --git a/ozy/__init__.py b/ozy/__init__.py index b6cfe7a..cbc4ece 100644 --- a/ozy/__init__.py +++ b/ozy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.1-pre' +__version__ = '0.0.2' import logging _LOGGER = logging.getLogger(__name__)