diff --git a/CHANGELOG.md b/CHANGELOG.md index 079667943..dc55759d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ACHE Crawler Change Log -## Version 0.14.0 (Unreleased) +## Version 0.14.0 (2022-02-06) - Remove support for CDR 3.1 format in Kafka target repository - Move `tools` and `memex` packages to the `ache-tools` sub-project diff --git a/ache/build.gradle b/ache/build.gradle index f1ae192af..0ab0f9056 100644 --- a/ache/build.gradle +++ b/ache/build.gradle @@ -9,7 +9,7 @@ plugins { sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = "UTF-8" -version = '0.14.0-SNAPSHOT' +version = '0.14.0' mainClassName = 'achecrawler.Main' applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"] diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 7d56caf0e..c39c79c6f 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ package: name: ache - version: 0.14.0-SNAPSHOT + version: 0.14.0 build: number: 0 source: git_url: https://github.com/ViDA-NYU/ache.git - git_tag: 0.14.0-SNAPSHOT + git_tag: 0.14.0 about: license: GPL 2.0 diff --git a/docs/conf.py b/docs/conf.py index 07e1d0984..5a6f3bcd8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'0.14.0-SNAPSHOT' +version = u'0.14.0' # The full version, including alpha/beta/rc tags. -release = u'0.14.0-SNAPSHOT' +release = u'0.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.