From 7186bb1ead2b335a901962db57c1b526e567c32f Mon Sep 17 00:00:00 2001 From: Aecio Santos Date: Sat, 18 Jan 2020 14:43:36 -0300 Subject: [PATCH] Released version 0.12.0 --- CHANGELOG.md | 4 ++-- build.gradle | 2 +- conda.recipe/meta.yaml | 4 ++-- docs/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4631a04..d6e288944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ACHE Crawer Change Log -## Version 0.12.0-SNAPSHOT +## Version 0.12.0-SNAPSHOT (2020-01-18) - Upgrade `crawler-commons` dependency to version 0.9 - Removed Elasticsearch transport-client-based repository @@ -32,7 +32,7 @@ - Update coverals gradle plugin to version 2.9.0 - Update searchkit to version ^2.4.0 -## Version 0.11.0 +## Version 0.11.0 (2018-06-01) - Removed dependency on Weka and reimplemented all machine-learning code using SMILE. - Added option to skip cross-validation on `ache buildModel` command diff --git a/build.gradle b/build.gradle index e3176a2cc..c9676d074 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = "UTF-8" -version = '0.12.0-SNAPSHOT' +version = '0.12.0' mainClassName = 'focusedCrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index f7a14aea5..c3a4d3d75 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.12.0-SNAPSHOT + version: 0.12.0 build: number: 0 source: git_url: https://github.com/ViDA-NYU/ache.git - git_tag: 0.12.0-SNAPSHOT + git_tag: 0.12.0 about: license: GPL 2.0 diff --git a/docs/conf.py b/docs/conf.py index 0a2897bda..9ebf7d931 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.12.0-SNAPSHOT' +version = u'0.12.0' # The full version, including alpha/beta/rc tags. -release = u'0.12.0-SNAPSHOT' +release = u'0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.