From 751d1ce5f1c755003488a4248664982248c3d253 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sun, 29 May 2016 20:14:22 +0400 Subject: [PATCH] Bump the version to today for release --- ChangeLog.rst | 2 +- html2text/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index cefed9d..b9b1dfc 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -xxxx.x.x +2016.5.29 ========= ---- diff --git a/html2text/__init__.py b/html2text/__init__.py index 08a5a5e..7311d9b 100644 --- a/html2text/__init__.py +++ b/html2text/__init__.py @@ -31,7 +31,7 @@ pad_tables_in_text ) -__version__ = (2016, 4, 2) +__version__ = (2016, 5, 29) # TODO: