incanter 2016-05-25

@ricardo has joined the channel

So… what’s the latest version of Incanter? The README states 1.5.7, master references a bunch of unpublished 1.5.8-SNAPSHOT dependencies, and there’s a 1.9.0 which predates 1.5.7 by over a year.

1.9.0 appears to be a typo, considering the commit referenced by clojars repeatedly says "1.5.8-SNAPSHOT" https://github.com/incanter/incanter/commit/HEAD

which leads me to believe 1.5.7 is current and 1.5.8 is unreleased/still in SNAPSHOT

@daveliepmann: Yeah, I was wondering… then again, 1.9.0 was released across the board, it’s properly tagged, and there’s a 1.9.1-SNAPSHOT on the develop branch (which is recent).

So not sure which should I be testing things against, if 1.5.8-SNAPSHOT or 1.9.1-SNAPSHOT.

Curiouser and curiouser!