Skip to content

Commit 7ecd7ff

Browse files
Bump to v2.0
1 parent a069850 commit 7ecd7ff

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ with improved documentation and type safety.
99

1010
* Inline documentation and type safety for all tags.
1111

12+
* Editor support for many common tags (attribute suggestions).
13+
1214
* A modern and readable codebase.
1315

1416
* No dependencies.

pyhtml/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
1111
* Inline documentation and type safety for all tags.
1212
13+
* Editor support for many common tags (attribute suggestions).
14+
1315
* A modern and readable codebase.
1416
1517
* No dependencies.

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 = "pyhtml-enhanced"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)