From 37067448259c5e8204f0c4a3d79d6c95f543d594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=A9cio=20Santos?= Date: Tue, 7 Nov 2017 14:03:25 -0500 Subject: [PATCH] Released version 0.9.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 9c7e1eac8..9bc64b860 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.9.0-SNAPSHOT' +version = '0.9.0' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index c664b9408..886b1dfdf 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.9.0-SNAPSHOT + version: 0.9.0 build: number: 0 source: git_url: https://github.com/ViDA-NYU/ache.git - git_tag: 0.9.0-SNAPSHOT + git_tag: 0.9.0 about: license: GPL 2.0 diff --git a/docs/conf.py b/docs/conf.py index 1e6ee50db..10d0d35a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.9.0-SNAPSHOT' +version = u'0.9.0' # The full version, including alpha/beta/rc tags. -release = u'0.9.0-SNAPSHOT' +release = u'0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.