Skip to content

Commit 3cb5ea5

Browse files
Bump version
1 parent 0489b20 commit 3cb5ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are a couple of things I haven't done yet
6262
* [ ] Make tags by themselves render, so `str(br)` renders to `<br/>`
6363
* [ ] Add default properties to tags
6464
* [ ] Make inline documentation include documentation of suggested properties
65-
* [ ] Update links within documentation to make them point to the right
65+
* [X] Update links within documentation to make them point to the right
6666
locations.
6767
* [ ] Some tags (eg `<pre>`) currently aren't properly implemented
6868

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 = "0.1.0"
3+
version = "0.2.0"
44
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
66
license = "MIT"

0 commit comments

Comments
 (0)