Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulonteri committed Feb 2, 2022
1 parent 16cf684 commit 78ad31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.1.3 (2022-01-02)
^^^^^^^^^^^^^^^^^^

- fix bug in running the management command
- wrap `run_all_jobs()` in a class

0.1.2 (2022-01-01)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion django_serverless_cron/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 78ad31f

Please sign in to comment.