Skip to content

Commit

Permalink
Merge pull request #14 from angrybayblade/release/v0.1.0-rc4
Browse files Browse the repository at this point in the history
Release `v0.1.0-rc4`
  • Loading branch information
angrybayblade authored Mar 15, 2024
2 parents 9e92d99 + 2f7ebcc commit b99fa3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.0-rc4 (15-03-2024)

* Adds template engine for Flask
* Adds support for pseudo selector arguments via `__init_subclass__` method
* Adds support for returning iterables on the functional views

# v0.1.0-rc3 (12-03-2024)

* Adds support for named arguments on view based function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = (here / "README.md").read_text(encoding="utf-8")
setup(
name="ph7",
version="0.1.0-rc3",
version="0.1.0-rc4",
description="Python native HTML rendering",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b99fa3c

Please sign in to comment.