From c8654c30cb4620c384ba9675cef3cf06be53e1e8 Mon Sep 17 00:00:00 2001 From: Roberto Nobrega Date: Tue, 31 Dec 2024 00:06:08 -0300 Subject: [PATCH] bump: version 0.15.0 -> 0.15.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7f7f99..f245ae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ > [!NOTE] > Changelog started with version v0.10.0. +## v0.15.1 (2024-12-31) + +### Fixed + +- Fixed `parse_prefix_free` when `allow_incomplete=True`. + ## v0.15.0 (2024-12-30) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 00ddc2dd..9e9f1a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komm" -version = "0.15.0" +version = "0.15.1" description = "An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems." readme = "README.md" authors = [{ name = "Roberto W. Nobrega", email = "rwnobrega@gmail.com" }]