From fd92ef6797fff87b577b49042e28e59027f99119 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Fri, 10 May 2024 01:43:36 +0300 Subject: [PATCH] Rebuild pyconcept with updated ccl --- pyconcept/CHANGELOG.md | 6 ++++++ pyconcept/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pyconcept/CHANGELOG.md b/pyconcept/CHANGELOG.md index 4785bf8..3cd8e79 100644 --- a/pyconcept/CHANGELOG.md +++ b/pyconcept/CHANGELOG.md @@ -19,6 +19,12 @@ Here we write upgrading notes. Make them as straightforward as possible. ### Fixed +## [0.1.4] - 2024-05-10 + +### Fixed + +- EmptySet is correctly processed as argument for functions and other operations + ## [0.1.3] - 2024-05-08 ### Changed diff --git a/pyconcept/VERSION b/pyconcept/VERSION index 7693c96..446ba66 100644 --- a/pyconcept/VERSION +++ b/pyconcept/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file