From 7df685f9d785e513f8d52a57fb2064ec5cc2dfb6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 Dec 2023 17:51:33 +0000 Subject: [PATCH] 0.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f11730..f703129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.2 (2023-12-20) + +### Fix + +* fix: formatting in exported docx paragraphs and bullet lists (#13) ([`41e2c3e`](https://github.com/Krande/paradoc/commit/41e2c3ebe3417eefc53ec647c04dfd21604d3e9c)) + + ## v0.1.1 (2023-12-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index bda26c8..17dd06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "paradoc" -version = "0.1.1" +version = "0.1.2" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]