Skip to content

Commit 671d425

Browse files
committed
Release plain-cache plain-flags plain-models plain-oauth plain-sessions plain-worker
1 parent 8f8a2e9 commit 671d425

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

plain-cache/pyproject.toml

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

plain-flags/pyproject.toml

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

plain-models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "plain.models"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.2.0"
6+
version = "0.3.0"
77
description = "Database models for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# 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
[tool.poetry]
22
name = "plain.oauth"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "OAuth login and API access for Plain."
55
authors = ["Dave Gaeddert <[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
@@ -3,7 +3,7 @@ name = "plain.sessions"
33
packages = [
44
{ include = "plain" },
55
]
6-
version = "0.3.0"
6+
version = "0.4.0"
77
description = "Session management for Plain."
88
authors = ["Dave Gaeddert <[email protected]>"]
99
# readme = "README.md"

plain-worker/pyproject.toml

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

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

0 commit comments

Comments
 (0)