Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbader committed Jun 10, 2017
1 parent 54bc74b commit 21c44c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,12 @@
History
-------

0.4.3 (2017-06-10)
++++++++++++++++++

- Improve docs & clean up docstrings


0.4.2 (2016-11-29)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
)
Expand Down

0 comments on commit 21c44c4

Please sign in to comment.