Skip to content

Commit 72bda25

Browse files
committed
Release packages
1 parent b59bbd9 commit 72bda25

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

plain-admin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.admin"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
description = "Admin dashboard and tools for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain-auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.auth"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "User authentication and authorization for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

plain-dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.dev"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "Local development tools for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain-htmx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.htmx"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "HTMX integration for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain-models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.models"
3-
version = "0.25.1"
3+
version = "0.26.0"
44
description = "Database models for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

plain-oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.oauth"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "OAuth login and API access for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain-pages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.pages"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Simplified Markdown-based content for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

plain-pageviews/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.pageviews"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "Basic pageview analytics for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

plain-pytest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.pytest"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Pytest integration for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain-sessions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.sessions"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Session management for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

plain-tailwind/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.tailwind"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "Integrate Tailwind CSS with Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

plain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain"
3-
version = "0.32.1"
3+
version = "0.33.0"
44
description = "A web framework for building products with Python."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)