Link to orthanc was wrong

Issue #653 resolved
Ed McDonagh created an issue

In the version.py file I released the beta with the following:

__repo_branch__ = "release-0.8.1b1"

The release branch was of course deleted on release, and it should have been released with:

__repo_branch__ = "0.8.1b1"

...which is the tag that was used.

Comments (6)

  1. Log in to comment