diff --git a/pyconcept/CHANGELOG.md b/pyconcept/CHANGELOG.md index 3cd8e79..588bb3b 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.5] - 2024-05-10 + +### Added + +- Allow tuple declarations in imperative syntax + ## [0.1.4] - 2024-05-10 ### Fixed diff --git a/pyconcept/VERSION b/pyconcept/VERSION index 446ba66..def9a01 100644 --- a/pyconcept/VERSION +++ b/pyconcept/VERSION @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.1.5 \ No newline at end of file