From 4a98cd536d33f5c3a8492728ff8cb98e2ff20784 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 17 Mar 2023 10:28:08 +0300 Subject: [PATCH] Bump to v0.3.17 --- CHANGELOG.md | 10 ++++++++++ docs/change-log.md | 10 ++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3345d..a7efaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.17] - 2023-03-17 + +### Added + +### Changed + +- Added `IList` to the list of exports of the `funml` package + +### Fixed + ## [0.3.16] - 2023-03-02 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index 9034330..cc093f0 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.17] - 2023-03-17 + +### Added + +### Changed + +- Added `IList` to the list of exports of the `funml` package + +### Fixed + ## [0.3.16] - 2023-03-02 ### Added diff --git a/pyproject.toml b/pyproject.toml index 7729b71..6a9b606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.16" +version = "0.3.17" description = "A collection of utilities to help write python as though it were an ML-kind of functional language like OCaml" authors = ["Martin "] readme = "README.md"