diff --git a/HISTORY.rst b/HISTORY.rst index c55a3dca..c6b91b6d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.3 (2017-06-10) +++++++++++++++++++ + +- Improve docs & clean up docstrings + + 0.4.2 (2016-11-29) ++++++++++++++++++ diff --git a/setup.py b/setup.py index 87dc94fc..a5684c02 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup -SCHEDULE_VERSION = '0.4.2' +SCHEDULE_VERSION = '0.4.3' SCHEDULE_DOWNLOAD_URL = ( 'https://github.com/dbader/schedule/tarball/' + SCHEDULE_VERSION )