-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release plain, plain-dev, plain-tailwind
- Loading branch information
1 parent
034ee69
commit fdc5dd6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ packages = [ | |
{ include = "plain" }, | ||
] | ||
|
||
version = "0.6.0" | ||
version = "0.7.0" | ||
description = "Local development tools for Plain." | ||
authors = ["Dave Gaeddert <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ packages = [ | |
{ include = "plain" }, | ||
] | ||
|
||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Integrate Tailwind CSS with Plain." | ||
authors = ["Dave Gaeddert <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "plain" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
description = "A web framework for building products with Python." | ||
authors = ["Dave Gaeddert <[email protected]>"] | ||
readme = "README.md" | ||
|