From 85dde69546bced2ec2af6da81fb92626b0b6bd11 Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 22 Jun 2022 22:29:34 -0600 Subject: [PATCH] version bump Signed-off-by: vsoch --- CHANGELOG.md | 1 + shpc/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a23f803e..63c87f01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are: The versions coincide with releases on pip. Only major versions will be released as tags on Github. ## [0.0.x](https://github.com/singularityhub/singularity-hpc/tree/main) (0.0.x) + - `SINGULARITY_CONTAINER` and `PODMAN_CONTAINER` support (0.0.55) - support for views create, delete, edit, install, uninstall (0.0.54) - also including cleanup of module in views on uninstall - ability to set custom config variable on the fly with -c diff --git a/shpc/version.py b/shpc/version.py index c747d7688..02753860f 100644 --- a/shpc/version.py +++ b/shpc/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2021-2022, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.0.54" +__version__ = "0.0.55" AUTHOR = "Vanessa Sochat" NAME = "singularity-hpc" PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"