From 3e0e6daedece026d980c0b2fa038f7d5c38282aa Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Wed, 4 Dec 2024 22:45:07 +1300 Subject: [PATCH] Bump to 0.15.0 --- pyproject.toml | 4 ++-- src/djpress/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3880fd2..c5425c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "djpress" -version = "0.14.2" +version = "0.15.0" description = "A blog application for Django sites, inspired by classic WordPress." readme = "README.md" requires-python = ">=3.10" @@ -97,7 +97,7 @@ include = ["src/djpress/*"] omit = ["*/tests/*", "*/migrations/*"] [tool.bumpver] -current_version = "0.14.2" +current_version = "0.15.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "👍 bump version {old_version} -> {new_version}" commit = true diff --git a/src/djpress/__init__.py b/src/djpress/__init__.py index f8ef415..19cbd5d 100644 --- a/src/djpress/__init__.py +++ b/src/djpress/__init__.py @@ -1,3 +1,3 @@ """djpress module.""" -__version__ = "0.14.2" +__version__ = "0.15.0" diff --git a/uv.lock b/uv.lock index 788db9e..9b433bd 100644 --- a/uv.lock +++ b/uv.lock @@ -310,7 +310,7 @@ wheels = [ [[package]] name = "djpress" -version = "0.14.2" +version = "0.15.0" source = { editable = "." } dependencies = [ { name = "django" },