From e98fbca3d5dfea77646f54ac88f55d3b59a5e2e3 Mon Sep 17 00:00:00 2001 From: Travis Truett Date: Mon, 26 Nov 2012 13:38:59 -0500 Subject: [PATCH] Added VERSIONS file and updated tag to reflect Akimbo tagging --- VERSIONS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 VERSIONS diff --git a/VERSIONS b/VERSIONS new file mode 100644 index 00000000..268f16fe --- /dev/null +++ b/VERSIONS @@ -0,0 +1,4 @@ +Changes in VERSION 0.1.01 + Began customizing Readability + -Added several divs to unlikelyCandidatesRe + -Moved media div from negative to positive diff --git a/setup.py b/setup.py index 571a9ed3..59851754 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="readability-lxml", - version="0.2.6.1", + version="0.1.01", # Akimbo Specific Version author="Yuri Baburov", author_email="burchik@gmail.com", description="fast python port of arc90's readability tool",