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