From ae051227e42175cc383803149bfcd55defb22372 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Mon, 7 Oct 2024 15:23:35 -0500 Subject: [PATCH] Release plain-dev 0.7.3 --- plain-dev/plain/dev/services.py | 2 +- plain-dev/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plain-dev/plain/dev/services.py b/plain-dev/plain/dev/services.py index 3ca39db415..0bbae1a867 100644 --- a/plain-dev/plain/dev/services.py +++ b/plain-dev/plain/dev/services.py @@ -10,7 +10,7 @@ from plain.runtime import APP_PATH from .pid import Pid -from .poncho.manger import Manager as PonchoManager +from .poncho.manager import Manager as PonchoManager from .utils import has_pyproject_toml diff --git a/plain-dev/pyproject.toml b/plain-dev/pyproject.toml index 33b4bfcdd6..4343467036 100644 --- a/plain-dev/pyproject.toml +++ b/plain-dev/pyproject.toml @@ -5,7 +5,7 @@ packages = [ { include = "plain" }, ] -version = "0.7.2" +version = "0.7.3" description = "Local development tools for Plain." authors = ["Dave Gaeddert "] license = "BSD-3-Clause"