Skip to content

Commit

Permalink
release 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Jun 28, 2017
1 parent 12352c4 commit ec19149
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
News in version 0.99.0
======================

First Beta Release

API Additions
-------------

* Add generate_html_string().
* Add css_class_attribute().
* Add Checkbox (<input type="checkbox">), RadioButton (<input type="radio">),
and Label (<label>).

API-Incompatible Changes
------------------------

* Remove html_attribute() from htmlgen.element.

Improvements
------------

* Render CSS classes alphabetically for easier unit testing.

Bug Fixes
---------

* Fix PendingDeprecationWarnings.

News in version 0.9
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="htmlgen",
version="0.10",
version="0.99.0",
description="HTML 5 Generator",
author="Sebastian Rittau",
author_email="srittau@rittau.biz",
Expand Down

0 comments on commit ec19149

Please sign in to comment.