diff --git a/README.md b/README.md index 3c0c22d..03c1389 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you are using easybuild, then here is an easyconfig, you can use: easyblock = 'Tarball' name = 'cotainr' -version = '2023.01.0' +version = '2023.02.0' homepage = 'https://github.com/DeiC-HPC/container-builder' description = 'cotainr is a tool that helps making Singularity/Apptainer containers.' diff --git a/cotainr/__init__.py b/cotainr/__init__.py index c8d1750..315b6d9 100644 --- a/cotainr/__init__.py +++ b/cotainr/__init__.py @@ -7,7 +7,7 @@ """ -__version__ = "2023.01.0" +__version__ = "2023.02.0" _minimum_dependency_version = { # Versions must be specified as a (major, minor, patchlevel) tuple of # integers diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index 8579142..d4d7790 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -1,12 +1,12 @@ [ - { - "name": "dev", - "version": "latest", - "url": "https://cotainr.readthedocs.io/en/latest/" - }, - { - "name": "2022.12.0 (stable)", - "version": "stable", - "url": "https://cotainr.readthedocs.io/en/stable/" - } + { + "name": "dev", + "version": "latest", + "url": "https://cotainr.readthedocs.io/en/latest/" + }, + { + "name": "2023.02.0 (stable)", + "version": "stable", + "url": "https://cotainr.readthedocs.io/en/stable/" + } ] \ No newline at end of file diff --git a/doc/release_notes/2023.02.0.md b/doc/release_notes/2023.02.0.md new file mode 100644 index 0000000..707a1d5 --- /dev/null +++ b/doc/release_notes/2023.02.0.md @@ -0,0 +1,9 @@ +# 2023.02.0 + +**Released on February 21st, 2023** + +Minor release to fix an issue. + +## Bug fixes + +- Changed shebang in cotainr script to always point to python3