From 109f9920625185bb7d9c64ac9859fa620b8a8b0a Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 13 Feb 2023 22:58:48 +0300 Subject: [PATCH] Bump to v0.3.5 --- 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 82cc8ab..7e18857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.5] - 2023-02-13 + +### Added + +### Changed + +- Remove typings of `Expression`, `Pipeline` and `Operation`. + +### Fixed + ## [0.3.4] - 2023-02-10 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index 2889eee..1a28c37 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.5] - 2023-02-13 + +### Added + +### Changed + +- Remove typings of `Expression`, `Pipeline` and `Operation`. + +### Fixed + ## [0.3.4] - 2023-02-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index cd66ea9..327b1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.4" +version = "0.3.5" 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"