Skip to content

Commit

Permalink
🔖 bump version 0.11.2 -> 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed Nov 15, 2024
1 parent b2d81a0 commit 7765740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "djpress"
version = "0.11.2"
version = "0.11.3"
description = "A blog application for Django sites, inspired by classic WordPress."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -95,7 +95,7 @@ include = ["src/djpress/*"]
omit = ["*/tests/*", "*/migrations/*"]

[tool.bumpver]
current_version = "0.11.2"
current_version = "0.11.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/djpress/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""djpress module."""

__version__ = "0.11.2"
__version__ = "0.11.3"

0 comments on commit 7765740

Please sign in to comment.