Is version 1.8.0 tagged in git? I see tags up to 1.7.1. I suspect the tagging convention has changed in the git repo. How do I checkout v1.8.0? Warren
On Thu, Dec 19, 2013 at 10:16 PM, Warren Weckesser < warren.weckesser@gmail.com> wrote:
Is version 1.8.0 tagged in git? I see tags up to 1.7.1. I suspect the tagging convention has changed in the git repo. How do I checkout v1.8.0?
It's tagged. You can see it on github under branches/tags if you hit the tags tab. To get tags from upstream do `git fetch upstream --tags` Chuck
On 12/20/13, Charles R Harris <charlesr.harris@gmail.com> wrote:
On Thu, Dec 19, 2013 at 10:16 PM, Warren Weckesser < warren.weckesser@gmail.com> wrote:
Is version 1.8.0 tagged in git? I see tags up to 1.7.1. I suspect the tagging convention has changed in the git repo. How do I checkout v1.8.0?
It's tagged. You can see it on github under branches/tags if you hit the tags tab. To get tags from upstream do `git fetch upstream --tags`
Great, thanks. Warren
Chuck
participants (2)
-
Charles R Harris
-
Warren Weckesser