From 057bba1a38924e2616f2f40ff5a21ac346b40578 Mon Sep 17 00:00:00 2001 From: Jeroen van Leerdam Date: Tue, 28 Feb 2017 17:39:00 +0100 Subject: [PATCH] Eskapade v0.4 --- README.rst | 4 ++-- docs/source/conf.py | 4 ++-- docs/source/introduction.rst | 4 +--- python/eskapade/version.py | 2 +- setup.py | 2 +- vagrant/dev_image/eskapade-dev.json | 6 +++--- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 5d9957b..334bd92 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ESKAPADE ======== -Version: 0 +Version: 0.4 Eskapade is a light-weight, python-based data analysis framework, meant for all sorts of data analysis problems. @@ -9,7 +9,7 @@ Eskapade is a light-weight, python-based data analysis framework, meant for all Release notes ============= -This is Version 0 of Eskapade, released in Feb 2017. +This is Version 0.4 of Eskapade, released in Feb 2017. In this release we are releasing the core code to run the Eskapade framework. The code is written in python 3. Please see the Documentation for more details. diff --git a/docs/source/conf.py b/docs/source/conf.py index 7c7f7fb..66bba3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '0' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0' +release = '0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 3e23cbd..b737875 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -34,6 +34,4 @@ Naming convention Before settling on the name `Eskapade`, this project had internal naming conventions including `Decision Engine` and `Analytics Engine`. We are working on removing all old names and -streamlining this all into Eskapade version 1.0, but one might still find these -in certain parts of the repository. - +streamlining this all into future versions, but one might still find these in certain parts of the repository. diff --git a/python/eskapade/version.py b/python/eskapade/version.py index c366b66..50a32f4 100644 --- a/python/eskapade/version.py +++ b/python/eskapade/version.py @@ -1 +1 @@ -version = '0' +version = '0.4' diff --git a/setup.py b/setup.py index 3985e8a..af9136d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Eskapade', - version='0', + version='0.4', description='Eskapade modular analytics', author='KPMG', url='http://eskapade.kave.io', diff --git a/vagrant/dev_image/eskapade-dev.json b/vagrant/dev_image/eskapade-dev.json index 0c17ace..1c97047 100644 --- a/vagrant/dev_image/eskapade-dev.json +++ b/vagrant/dev_image/eskapade-dev.json @@ -3,13 +3,13 @@ "description": "ESKAPADE development box", "versions": [ { - "version": "0", + "version": "0.4", "providers": [ { "name": "virtualbox", - "url": "https://s3-eu-west-1.amazonaws.com/kpmg-eskapade-share/release/0.0/eskapade-dev-0.0.box", + "url": "https://s3-eu-west-1.amazonaws.com/kpmg-eskapade-share/release/0.4/eskapade-dev-0.4.box", "checksum_type": "sha1", - "checksum": "b77d75a9ef9c9e3fb932af52af37905d1ebfec7c" + "checksum": "d49938e3a11cca33a2b8d25f0b1ab9e5862568c5" } ] }