Skip to content

Commit

Permalink
Add edits for 2023.02.0 release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rloewe authored Feb 21, 2023
1 parent c3355e4 commit c305bc7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down
2 changes: 1 addition & 1 deletion cotainr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions doc/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
9 changes: 9 additions & 0 deletions doc/release_notes/2023.02.0.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c305bc7

Please sign in to comment.