diff --git a/HISTORY.rst b/HISTORY.rst index 84b1a52..313dbb2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1 +1,14 @@ .. :changelog: + +History +------- + +0.1.1 (2022-01-01) +^^^^^^^^^^^^^^^^^^ + +Birth: First release on PyPI. + +Has the ability to: + +- Run jobs via the `/run` path +- Run jobs via the management command `serverless_cron_run.py` diff --git a/django_serverless_cron/__init__.py b/django_serverless_cron/__init__.py index 7ac5bcb..df9144c 100644 --- a/django_serverless_cron/__init__.py +++ b/django_serverless_cron/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1-alpha-8' +__version__ = '0.1.1'