Skip to content

Commit

Permalink
Released version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Jan 18, 2020
1 parent 3576ace commit 7186bb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7186bb1

Please sign in to comment.