From 882c4eec814a843562c85eabb00d2725b22d2297 Mon Sep 17 00:00:00 2001 From: John Lees Date: Wed, 29 Nov 2023 09:13:28 +0000 Subject: [PATCH 1/2] Update rtd config to v2 --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a85f0f54..8b3a9225 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,8 +20,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools - path: docs \ No newline at end of file + path: docs From eb9f02959149cde547f8c1fb12618951d935164a Mon Sep 17 00:00:00 2001 From: John Lees Date: Wed, 29 Nov 2023 09:21:58 +0000 Subject: [PATCH 2/2] Bump versions --- PopPUNK/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PopPUNK/__init__.py b/PopPUNK/__init__.py index 7886b205..34bca61d 100644 --- a/PopPUNK/__init__.py +++ b/PopPUNK/__init__.py @@ -3,7 +3,7 @@ '''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)''' -__version__ = '2.6.2' +__version__ = '2.6.3' # Minimum sketchlib version SKETCHLIB_MAJOR = 2 diff --git a/docs/conf.py b/docs/conf.py index 4ac7043b..e33235ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,9 +79,9 @@ # built documents. # # The short X.Y version. -version = '2.6.1' +version = '2.6.2' # The full version, including alpha/beta/rc tags. -release = '2.6.1' +release = '2.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.