From ab83528fd2bfb3bd6a98c5d6b1b372b2ea40469c Mon Sep 17 00:00:00 2001 From: Yamato Matsuoka Date: Sun, 12 Nov 2023 12:57:37 -0500 Subject: [PATCH] Bump to 1.1.2 --- docs/changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ",