diff --git a/HISTORY.rst b/HISTORY.rst index 7581e3b..d3e240d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ^^^^^^^^^^^^^^^^^^ diff --git a/django_serverless_cron/__init__.py b/django_serverless_cron/__init__.py index 10939f0..8ce9b36 100644 --- a/django_serverless_cron/__init__.py +++ b/django_serverless_cron/__init__.py @@ -1 +1 @@ -__version__ = '0.1.2' +__version__ = '0.1.3'