From 77a0b395a453ba06105321d187d87ecbe5309a52 Mon Sep 17 00:00:00 2001 From: sharibarboza Date: Mon, 21 May 2018 02:08:55 -0600 Subject: [PATCH] Update history, bump version --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index ea41da5..301c7c1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,4 +13,9 @@ Release History **Miscellaneous** - Added a long description + +**1.2.0 (2018-05-21)** + +**Miscellaneous** + - Convert markdown files to reStructuredText \ No newline at end of file diff --git a/setup.py b/setup.py index 1461e28..3fa9df3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='py_zap', - version='1.1.0', + version='1.2.0', description='Python scraper for accessing ratings from tvbythenumbers.zap2it.com', long_description=readme(), author='sharibarboza',