Skip to content

Commit

Permalink
Bump to v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 16, 2023
1 parent a9eb82c commit 67404e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 67404e6

Please sign in to comment.