From 7dabde012cdc8e11a016fb221e42630fdc19e0e7 Mon Sep 17 00:00:00 2001 From: Martin Krasser Date: Mon, 30 Mar 2015 14:39:12 +0200 Subject: [PATCH] Set release version to 0.1 --- build.sbt | 2 +- src/sphinx/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9d717b86..a18dbda8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "com.rbmhtechnology" name := "eventuate" -version := "0.1-SNAPSHOT" +version := "0.1" scalaVersion := "2.11.4" diff --git a/src/sphinx/conf.py b/src/sphinx/conf.py index 60054847..5610aa29 100644 --- a/src/sphinx/conf.py +++ b/src/sphinx/conf.py @@ -9,8 +9,8 @@ master_doc = 'index' project = u'Eventuate' copyright = u'2015 Red Bull Media House' -version = '0.1-SNAPSHOT' -release = '0.1-SNAPSHOT' +version = '0.2-SNAPSHOT' +release = '0.2-SNAPSHOT' exclude_patterns = [] highlight_language = 'scala' html_title = 'Eventuate'