diff --git a/CHANGELOG.md b/CHANGELOG.md index f25d52d..bee1002 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.scom/syspack/pakages/tree/main) (0.0.x) + - only call spack from the command line, not reliable as API (0.0.21) - add new vendoring line imports (0.0.2) - bug with parsing hidden (and non package directories) in spack (0.0.19) - bugfixes to install and adding GitHub action (0.0.18) diff --git a/pakages/version.py b/pakages/version.py index 0a07d24..fc365f6 100644 --- a/pakages/version.py +++ b/pakages/version.py @@ -1,8 +1,8 @@ __author__ = "Vanessa Sochat, Alec Scott" -__copyright__ = "Copyright 2021-2022, Vanessa Sochat and Alec Scott" +__copyright__ = "Copyright 2021-2023, Vanessa Sochat and Alec Scott" __license__ = "Apache-2.0" -__version__ = "0.0.2" +__version__ = "0.0.21" AUTHOR = "Vanessa Sochat, Alec Scott" NAME = "pakages" PACKAGE_URL = "https://github.com/syspack/pakages"