From ebf62250d23317ae1f51d8b8e4a1d3b62b260ff1 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Thu, 14 Jul 2016 21:22:14 +0100 Subject: [PATCH] 0.99999999 release! Let's party! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So almost 1.0. So almost… --- CHANGES.rst | 2 +- html5lib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c6cbe78f..3ccd0f1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Change Log 0.99999999/1.0b9 ~~~~~~~~~~~~~~~~ -Released on XXX +Released on July 14, 2016 * **Added ordereddict as a mandatory dependency on Python 2.6.** diff --git a/html5lib/__init__.py b/html5lib/__init__.py index 3f17d83c..b27bad71 100644 --- a/html5lib/__init__.py +++ b/html5lib/__init__.py @@ -22,4 +22,4 @@ "getTreeWalker", "serialize"] # this has to be at the top level, see how setup.py parses this -__version__ = "0.99999999-dev" +__version__ = "0.99999999"