Skip to content

Commit 86bc2bd

Browse files
committed
Release all packages
1 parent 5dae6c0 commit 86bc2bd

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

plain-auth/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.auth"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
description = "User authentication and authorization for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-cache/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.cache"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.2.0"
6+
version = "0.3.0"
77
description = "Database-backed cache for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-code/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{ include = "plain" },
55
]
66

7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Code formatting and linting for Plain."
99
authors = ["Dave Gaeddert <[email protected]>"]
1010

plain-dev/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Local development tools for Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-elements/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{ include = "plain" },
55
]
66

7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "HTML-style includes for Plain."
99
authors = ["Dave Gaeddert <[email protected]>"]
1010

plain-flags/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.flags"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.2.0"
6+
version = "0.3.0"
77
description = "Feature flags for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-htmx/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "HTMX integration for Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-importmap/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plain.importmap"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "JavaScript import maps for Plain."
55
authors = ["Dave Gaeddert <[email protected]>"]
66
license = "BSD-3-Clause"

plain-mail/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Email sending for Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-models/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.models"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.1.1"
6+
version = "0.2.0"
77
description = "Database models for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-oauth/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plain.oauth"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "OAuth login and API access for Plain."
55
authors = ["Dave Gaeddert <[email protected]>"]
66
license = "BSD-3-Clause"

plain-pages/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{ include = "plain" },
55
]
66

7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Simplified Markdown-based content for Plain."
99
authors = ["Dave Gaeddert <[email protected]>"]
1010

plain-passwords/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.passwords"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
description = "Password-based login for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-pytest/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.2"
8+
version = "0.2.0"
99
description = "Pytest integration for Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-sessions/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.sessions"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.2.0"
6+
version = "0.3.0"
77
description = "Session management for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-staff/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.2.0"
8+
version = "0.3.0"
99
description = "Staff dashboard and tools for Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-tailwind/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Integrate Tailwind CSS with Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-vendor/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages = [
55
{ include = "plain" },
66
]
77

8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Vendor JS/CSS assets in Plain."
1010
authors = ["Dave Gaeddert <[email protected]>"]
1111
license = "BSD-3-Clause"

plain-worker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages = [
44
{ include = "plain" },
55
]
66

7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Background job processing for Plain."
99
authors = ["Dave Gaeddert <[email protected]>"]
1010

plain/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "plain"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
description = "A web framework for building products with Python."
55
authors = ["Dave Gaeddert <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)