htmy 0.4.0__tar.gz → 0.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of htmy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: htmy
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Async, pure-Python rendering engine.
5
5
  License: MIT
6
6
  Author: Peter Volf
@@ -859,6 +859,16 @@ class sup(Tag):
859
859
  tag_config = _DefaultTagConfig.inline_children
860
860
 
861
861
 
862
+ class svg(Tag):
863
+ """
864
+ `<svg>` element.
865
+
866
+ See https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg.
867
+ """
868
+
869
+ __slots__ = ()
870
+
871
+
862
872
  class u(Tag):
863
873
  """
864
874
  `<u>` element.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "htmy"
3
- version = "0.4.0"
3
+ version = "0.4.1"
4
4
  description = "Async, pure-Python rendering engine."
5
5
  authors = ["Peter Volf <do.volfp@gmail.com>"]
6
6
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes