From f67b78ed343ae92d596762648b2caa541292cb55 Mon Sep 17 00:00:00 2001 From: Aecio Santos Date: Thu, 27 Apr 2017 14:12:40 -0400 Subject: [PATCH] Changed version to release 0.8.0 --- build.gradle | 2 +- conda.recipe/meta.yaml | 4 ++-- docs/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 1f6089cf7..7ccc70a5b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls' sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = "UTF-8" -version = '0.8.0-SNAPSHOT' +version = '0.8.0' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index e2f109fa0..68aeae9f0 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.8.0-SNAPSHOT + version: 0.8.0 build: number: 0 source: git_url: https://github.com/ViDA-NYU/ache.git - git_tag: 0.8.0-SNAPSHOT + git_tag: 0.8.0 about: license: GPL 2.0 diff --git a/docs/conf.py b/docs/conf.py index 50b73e592..378618d84 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.7' +version = u'0.8.0' # The full version, including alpha/beta/rc tags. -release = u'0.7.0' +release = u'0.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.