From 67404e60489becf81fadc8bc8b8281193706bafa Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 16 Feb 2023 23:52:32 +0300 Subject: [PATCH] Bump to v0.3.10 --- 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 b3da31d..96277d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.10] - 2023-02-16 + +### Added + +### Changed + +### Fixed + +- Fix TypeError in records: isinstance() argument cannot be a parameterized generic + ## [0.3.9] - 2023-02-16 ### Added diff --git a/docs/change-log.md b/docs/change-log.md index 981a3e6..9b20391 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.10] - 2023-02-16 + +### Added + +### Changed + +### Fixed + +- Fix TypeError in records: isinstance() argument cannot be a parameterized generic + ## [0.3.9] - 2023-02-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0049d34..1411792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.9" +version = "0.3.10" 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"