diff --git a/.conda/meta.yaml b/.conda/meta.yaml index e16eb480d..caffe9fcb 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -16,7 +16,7 @@ source: path: ../ build: - number: 12 + number: 1 requirements: host: diff --git a/.conda_mac/meta.yaml b/.conda_mac/meta.yaml index db2f23215..7496f2057 100644 --- a/.conda_mac/meta.yaml +++ b/.conda_mac/meta.yaml @@ -16,7 +16,7 @@ about: summary: {{ data.get('description') }} build: - number: 5 + number: 1 source: path: ../ diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 91680b64c..24c20c513 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,7 @@ Please include information about how you installed. - OS: - Version(s): - + - SLEAP installation method (listed [here](https://sleap.ai/installation.html#)): - [ ] [Conda from package](https://sleap.ai/installation.html#conda-package) - [ ] [Conda from source](https://sleap.ai/installation.html#conda-from-source) diff --git a/docs/conf.py b/docs/conf.py index 759274275..b1e79fcc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ copyright = f"2019–{date.today().year}, Talmo Lab" # The short X.Y version -version = "1.3.1" +version = "1.3.2" # Get the sleap version # with open("../sleap/version.py") as f: @@ -36,7 +36,7 @@ # version = re.search("\d.+(?=['\"])", version_file).group(0) # Release should be the full branch name -release = "v1.3.1" +release = "v1.3.2" html_title = f"SLEAP ({release})" html_short_title = "SLEAP" diff --git a/docs/installation.md b/docs/installation.md index 0caf62d0e..7c2a7d710 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -120,13 +120,13 @@ SLEAP can be installed three different ways: via {ref}`conda package