Skip to content

Commit

Permalink
Release various packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Sep 26, 2024
1 parent 51c6e9a commit 65b8b41
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion plain-auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "plain.auth"
packages = [
{ include = "plain" },
]
version = "0.2.0"
version = "0.2.1"
description = "User authentication and authorization for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
# readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plain-dev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{ include = "plain" },
]

version = "0.4.0"
version = "0.5.0"
description = "Local development tools for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain-htmx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{ include = "plain" },
]

version = "0.2.0"
version = "0.2.1"
description = "HTMX integration for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain-importmap/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plain.importmap"
version = "0.2.0"
version = "0.2.1"
description = "JavaScript import maps for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain-mail/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{ include = "plain" },
]

version = "0.2.0"
version = "0.3.0"
description = "Email sending for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain-oauth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plain.oauth"
version = "0.7.0"
version = "0.7.1"
description = "OAuth login and API access for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain-passwords/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "plain.passwords"
packages = [
{ include = "plain" },
]
version = "0.2.0"
version = "0.2.1"
description = "Password-based login for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
# readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plain-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{ include = "plain" },
]

version = "0.2.0"
version = "0.2.1"
description = "Pytest integration for Plain."
authors = ["Dave Gaeddert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion plain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "plain"
version = "0.4.1"
version = "0.5.0"
description = "A web framework for building products with Python."
authors = ["Dave Gaeddert <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 65b8b41

Please sign in to comment.