From 382e8c58323629afbecd42045b1536c1a88a9261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Thu, 16 Feb 2023 13:47:48 +0000 Subject: [PATCH] Increased stable version to 1.0.0 --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e27e3a..8d86c19 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia SPDX-License-Identifier: BSD-3-Clause --> -[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/sphinx/index.html) -[](https://gitlab.idiap.ch/software/auto-intersphinx/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/coverage/index.html) +[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/sphinx/index.html) +[](https://gitlab.idiap.ch/software/auto-intersphinx/commits/v1.0.0) +[](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/coverage/index.html) [](https://gitlab.idiap.ch/software/auto-intersphinx) # Automatically Links Package Documentation from Their Names diff --git a/pyproject.toml b/pyproject.toml index 1897863..b5a8f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "auto-intersphinx" -version = "1.0.0b0" +version = "1.0.0" requires-python = ">=3.9" description = "Automatic links direct project dependencies to the intersphinx catalog" dynamic = ["readme"] @@ -33,7 +33,7 @@ dependencies = [ ] [project.urls] -documentation = "https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/" +documentation = "https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.0/" homepage = "https://pypi.org/project/auto-intersphinx" repository = "https://gitlab.idiap.ch/software/auto-intersphinx" changelog = "https://gitlab.idiap.ch/software/auto-intersphinx/-/releases" -- GitLab