diff --git a/HISTORY.rst b/HISTORY.rst index d7eeba07..77e4fdf8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,10 +6,10 @@ History 0.1.7 (2013-05-20) ++++++++++++++++++ -- API change: renamed schedule.run_all_jobs() to schedule.run_all() -- API change: renamed schedule.run_pending_jobs() to schedule.run_pending() -- API change: renamed schedule.clear_all_jobs() to schedule.clear() -- Added schedule.jobs +- API change: renamed ``schedule.run_all_jobs()`` to ``schedule.run_all()`` +- API change: renamed ``schedule.run_pending_jobs()`` to ``schedule.run_pending()`` +- API change: renamed ``schedule.clear_all_jobs()`` to ``schedule.clear()`` +- Added ``schedule.jobs`` 0.1.6 (2013-05-20) ++++++++++++++++++ @@ -20,8 +20,8 @@ History 0.1.4 (2013-05-20) ++++++++++++++++++ -- Renamed schedule.tick() to schedule.run_pending_jobs() -- Updated README and setup.py packaging +- API change: renamed ``schedule.tick()`` to ``schedule.run_pending_jobs()`` +- Updated README and ``setup.py`` packaging 0.1.0 (2013-05-19) ++++++++++++++++++ diff --git a/README.rst b/README.rst index 230f17f0..b4841079 100644 --- a/README.rst +++ b/README.rst @@ -29,9 +29,10 @@ Usage time.sleep(1) Meta ----------- -Daniel Bader – mail@dbader.org +---- -Distributed under the MIT license. See LICENSE.txt for more information. +Daniel Bader – `@dbader_org `_ – mail@dbader.org + +Distributed under the MIT license. See ``LICENSE.txt`` for more information. https://github.com/dbader/schedule