Skip to content

Commit 4f75d15

Browse files
Bump version, minorly improve docs
1 parent 91d2ed3 commit 4f75d15

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PyHTML Enhanced
22

33
A library for building HTML documents with a simple and learnable syntax,
4-
inspired by, and similar to
5-
[Cenk Altı's original PyHTML library](https://github.com/cenkalti/pyhtml), but
4+
inspired by (and similar to)
5+
[Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but
66
with improved documentation and type safety.
77

88
## Features

pyhtml/__init__.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
"""# PyHTML Enhanced
1+
"""
2+
# PyHTML Enhanced
23
34
A library for building HTML documents with a simple and learnable syntax,
4-
inspired by, and similar to
5-
[Cenk Altı's original PyHTML library](https://github.com/cenkalti/pyhtml), but
5+
inspired by (and similar to)
6+
[Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but
67
with improved documentation and type safety.
78
89
## Features
@@ -235,13 +236,13 @@
235236
236237
Source code for the library is open source, using the
237238
[MIT license](https://choosealicense.com/licenses/mit/). A copy of the license
238-
text is available in [`LICENSE.md`](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE.md)
239+
text is available in [LICENSE.md](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE.md)
239240
240241
### Documentation
241242
242243
Documentation is copied from MDN Web Docs, and is license under
243244
[CC-BY-SA-2.5](https://creativecommons.org/licenses/by-sa/2.5/). A copy of the
244-
license text is available in [`LICENSE_DOCS.md`](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE_DOCS.md)
245+
license text is available in [LICENSE_DOCS.md](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE_DOCS.md)
245246
246247
"""
247248
# Disable Flake8, since it really doesn't like our docstring above

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.0.4"
3+
version = "1.1.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)