Skip to content

Commit

Permalink
Cleanup README and HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbader committed May 20, 2013
1 parent 99a72fb commit aab17e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++
Expand All @@ -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)
++++++++++++++++++
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Usage
time.sleep(1)
Meta
----------
Daniel Bader – [email protected]
----

Distributed under the MIT license. See LICENSE.txt for more information.
Daniel Bader – `@dbader_org <https://twitter.com/dbader_org>`_ – [email protected]

Distributed under the MIT license. See ``LICENSE.txt`` for more information.

https://github.com/dbader/schedule

0 comments on commit aab17e4

Please sign in to comment.