diff --git a/docs/changelog.md b/docs/changelog.md index 8b13789..3f6b579 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1 +1,5 @@ +# Change Log +## 1.1.2 (2023-11-12) + - Clean up every 10 packages during `condax import` + - Exclude executables that start with '.' or '_' diff --git a/pyproject.toml b/pyproject.toml index 90745a8..bd66648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "condax" -version = "1.1.1" +version = "1.1.2" description = "Install and run applications packaged with conda in isolated environments" authors = [ "Marius van Niekerk ",