Skip to content

Commit 84ce93b

Browse files
committed
Update authors, changelog and version number.
Added latest contributor to authors list, reflected changes on changelog and bumped version number.
1 parent 11c508d commit 84ce93b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The AUTHORS/Contributors are (and/or have been):
1111
* Ivan Gromov <[email protected]>
1212
* Jocelyn Delalande <[email protected]>
1313
* Matt Dorn <[email protected]>
14+
* Miguel Tavares <[email protected]>
1415

1516
Maintainer:
1617

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2015.02.18
2+
==========
3+
----
4+
5+
* Fix #38: Anchor tags with empty text or with `<img>` tags inside are no longer stripped.
6+
7+
18
2014.12.29
29
==========
310
----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434

3535
setup(
3636
name="html2text",
37-
version="2014.12.29",
37+
version="2015.02.18",
3838
description="Turn HTML into equivalent Markdown-structured text.",
3939
author="Aaron Swartz",
4040
author_email="[email protected]",

0 commit comments

Comments
 (0)