From 634709cb68909ab069843376da5287eae9392cba Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Thu, 26 Oct 2023 16:28:32 +0200 Subject: [PATCH 1/7] rm vers readthedocs yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ebe953aa..6f148c8a 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,6 +19,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 +# version: 3.7 install: - requirements: docs/requirements.txt From 0e79142cc6e37e233970251a7823164504c30330 Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Thu, 26 Oct 2023 16:28:50 +0200 Subject: [PATCH 2/7] increase vers --- neofox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofox/__init__.py b/neofox/__init__.py index 8d99b4a7..5939297b 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -18,7 +18,7 @@ # along with this program. If not, see .# -VERSION = "1.1.0" +VERSION = "1.1.1dev1" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER" NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP" From d556dd3a3207686e352863fa64837b2a5d083a01 Mon Sep 17 00:00:00 2001 From: Pablo Riesgo-Ferreiro Date: Thu, 26 Oct 2023 20:12:38 +0200 Subject: [PATCH 3/7] bump version in readthedocs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b19b957..b05a439e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The full version, including alpha/beta/rc tags # TODO: it would be great to have a common versioning, but right now it would require importing neofox here which does # TODO: not work in readthedocs environment -release = "0.4.0.dev2" +release = "1.1.0" # -- General configuration --------------------------------------------------- From 07f945aeb71e90b4f901ddf6164a45c739febbdc Mon Sep 17 00:00:00 2001 From: Pablo Riesgo-Ferreiro Date: Thu, 26 Oct 2023 18:21:20 +0000 Subject: [PATCH 4/7] adding os definition --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ebe953aa..2877a699 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,9 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py From db04bbf499ad6c7848bdb847c8b193271e12d6aa Mon Sep 17 00:00:00 2001 From: Pablo Riesgo-Ferreiro Date: Thu, 26 Oct 2023 19:54:03 +0000 Subject: [PATCH 5/7] add tools to RTFD definition --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2877a699..cfd576ce 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,6 +7,8 @@ version: 2 build: os: "ubuntu-22.04" + tools: + python: "3.8" # Build documentation in the docs/ directory with Sphinx sphinx: From bf559f99811757bc07a597054e2cfbca1f7971eb Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Fri, 27 Oct 2023 14:48:03 +0200 Subject: [PATCH 6/7] reset version --- neofox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofox/__init__.py b/neofox/__init__.py index 5939297b..8d99b4a7 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -18,7 +18,7 @@ # along with this program. If not, see .# -VERSION = "1.1.1dev1" +VERSION = "1.1.0" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER" NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP" From a09e030fc5430a32caf023828351edcf316df62f Mon Sep 17 00:00:00 2001 From: Franziska Lang Date: Fri, 27 Oct 2023 15:05:15 +0200 Subject: [PATCH 7/7] increase vers --- neofox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofox/__init__.py b/neofox/__init__.py index 8d99b4a7..41b52e37 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -18,7 +18,7 @@ # along with this program. If not, see .# -VERSION = "1.1.0" +VERSION = "1.1.1" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER" NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP"