Skip to content

Commit ec19149

Browse files
committed
release 0.99.0
1 parent 12352c4 commit ec19149

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

NEWS.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
News in version 0.99.0
2+
======================
3+
4+
First Beta Release
5+
6+
API Additions
7+
-------------
8+
9+
* Add generate_html_string().
10+
* Add css_class_attribute().
11+
* Add Checkbox (<input type="checkbox">), RadioButton (<input type="radio">),
12+
and Label (<label>).
13+
14+
API-Incompatible Changes
15+
------------------------
16+
17+
* Remove html_attribute() from htmlgen.element.
18+
19+
Improvements
20+
------------
21+
22+
* Render CSS classes alphabetically for easier unit testing.
23+
24+
Bug Fixes
25+
---------
26+
27+
* Fix PendingDeprecationWarnings.
28+
129
News in version 0.9
230
===================
331

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="htmlgen",
8-
version="0.10",
8+
version="0.99.0",
99
description="HTML 5 Generator",
1010
author="Sebastian Rittau",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)