Skip to content

Commit

Permalink
Merge pull request #102 from stuartmaxwell:bump-version
Browse files Browse the repository at this point in the history
Bump-version
  • Loading branch information
stuartmaxwell authored Dec 26, 2024
2 parents 2f52454 + 9c744d1 commit bc74511
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 82 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.15.1"
version = "0.15.2"
description = "A blog application for Django sites, inspired by classic WordPress."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -97,7 +97,7 @@ include = ["src/djpress/*"]
omit = ["*/tests/*", "*/migrations/*"]

[tool.bumpver]
current_version = "0.15.1"
current_version = "0.15.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "👍 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.15.1"
__version__ = "0.15.2"
Loading

0 comments on commit bc74511

Please sign in to comment.