From 97b09f12f3f4d98626dd3f59a26f592ab5c85f97 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Sat, 5 Mar 2016 21:03:04 +0100 Subject: [PATCH] Setting version to 0.12.0: This release fixes a bug in parsing NCBITaxonomy data. The current distributions don't have information about taxonomic (scientific-) names. Here are the changes in the NCBITaxonomy schema: * Removed `scientificName` property; writing real scientific name to the `name` property instead (it was always empty before) * Removed `comment` property; it wasn't used anywhere See the full list of the closed issues in this release (since v0.11) in the [v0.12 milestone](https://github.com/bio4j/bio4j/issues?q=milestone%3Av0.12). --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index e0e6c8ee..6e901d1c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.12.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.12.0" \ No newline at end of file