From f9677467c121af06b19026f5721658cce1c24c6b Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Fri, 17 Apr 2026 17:40:30 -0400 Subject: [PATCH] Bump version to v4.5.1 --- .bumpversion.cfg | 2 +- docassemble/AssemblyLine/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2285fc11..49128d1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.5.0 +current_version = 4.5.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch}.{test} diff --git a/docassemble/AssemblyLine/__init__.py b/docassemble/AssemblyLine/__init__.py index 330025d8..ef6eca30 100644 --- a/docassemble/AssemblyLine/__init__.py +++ b/docassemble/AssemblyLine/__init__.py @@ -1 +1 @@ -__version__ = '4.5.0' +__version__ = '4.5.1' diff --git a/pyproject.toml b/pyproject.toml index 65bb03fb..2bee01ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "docassemble.AssemblyLine" -version = "4.5.0" +version = "4.5.1" description = "Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs." readme = "README.md" authors = [