From 7e956b7bcb1b0587c2e3abcd7be720a0d8c70033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=A9cio=20Santos?= Date: Fri, 1 Jun 2018 14:54:42 -0400 Subject: [PATCH] Released version 0.11.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 226bb55b3..7dd8faa5c 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.11.0-SNAPSHOT' +version = '0.11.0' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 7de836cb3..ca13cc6f1 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.11.0-SNAPSHOT + version: 0.11.0 build: number: 0 source: git_url: https://github.com/ViDA-NYU/ache.git - git_tag: 0.11.0-SNAPSHOT + git_tag: 0.11.0 about: license: GPL 2.0 diff --git a/docs/conf.py b/docs/conf.py index cf5d069f2..d6cd5d46c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.11.0-SNAPSHOT' +version = u'0.11.0' # The full version, including alpha/beta/rc tags. -release = u'0.11.0-SNAPSHOT' +release = u'0.11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.