Skip to content

Commit 2c0901a

Browse files
committed
version bump to 0.0.25
Signed-off-by: vsoch <[email protected]>
1 parent c9386fe commit 2c0901a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [0.0.x](https://github.scom/singularityhub/singularity-hpc/tree/master) (0.0.x)
17-
- Podman support (0.0.24)
17+
- Podman support (0.0.25)
1818
- container_tech is now a settings.yml variable
1919
- allow for custom test interpreter "test_shell"
2020
- adding config edit for interactive edit
@@ -23,11 +23,11 @@ The versions coincide with releases on pip. Only major versions will be released
2323
- added automated spell checking with crate-ci/typos
2424
- support for container features
2525
- shpc get -e to show path to an envrironment file
26-
- adding namespaces to make module install, show, inspect easier
2726
- added support for env section to render to bound environment file
2827
- added support for container features like gpu
2928
- allowing for a `container:tag` convention to be used for commands.
3029
- list defaults to showing modules/tags one per line, unless --short used
30+
- adding namespaces to make module install, show, inspect easier (0.0.24)
3131
- container url does not render in docs (0.0.23)
3232
- addition of tcl modules, removal of un-needed database (0.0.22)
3333
- first update of all containers, and bugfix to pull (0.0.21)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ recursive-include shpc *.sh
44
recursive-include shpc *
55
recursive-include registry *
66
recursive-include * *.png
7+
prune env*
78
global-exclude .env
89
global-exclude *.py[co]
910
recursive-exclude .git *

shpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright 2021, Vanessa Sochat"
33
__license__ = "MPL 2.0"
44

5-
__version__ = "0.0.24"
5+
__version__ = "0.0.25"
66
AUTHOR = "Vanessa Sochat"
77
NAME = "singularity-hpc"
88
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"

0 commit comments

Comments
 (0)