Skip to content

Commit

Permalink
Setting version to 0.12.0:
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
laughedelic committed Mar 5, 2016
1 parent 3fd386d commit 97b09f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.12.0-SNAPSHOT"
version in ThisBuild := "0.12.0"

0 comments on commit 97b09f1

Please sign in to comment.