Skip to content

Commit

Permalink
Merge pull request #47 from stuartmaxwell:bump-versions
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
stuartmaxwell authored Nov 12, 2024
2 parents e293af1 + d2d4ca3 commit a8df5a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "djpress"
version = "0.10.0"
version = "0.11.0"
description = "A blog application for Django sites, inspired by classic WordPress."
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Stuart Maxwell", email = "[email protected]" }]
dependencies = ["django", "markdown"]
dependencies = ["django>=4.2.0", "markdown>=3.7"]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
42 changes: 21 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8df5a7

Please sign in to comment.